Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Merge branch 'master' into lukeshu/xbs | Luke Shumaker | |
Conflicts: cron-jobs/sourceballs db-functions | |||
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | db-funtions:check_splitpkgs(): use printf instead of a loop | Luke Shumaker | |
2014-06-18 | more quoting fixes | Luke Shumaker | |
2014-06-18 | db-functions:check_repo_permissions: ARCHES is an array | Luke Shumaker | |
2014-06-18 | oops | Luke Shumaker | |
2014-06-18 | silly whitespace and similar fidling | Luke Shumaker | |
2014-06-18 | Use printf formatters instead of string interpolation. | Luke Shumaker | |
I used this command to find them: egrep -r --exclude-dir={test,.git} '(plain|msg|msg2|warning|error|stat_busy|stat_done|abort|die)\s+"?[^"]*\$' | |||
2014-06-18 | use abort() and die() from librelib | Luke Shumaker | |
2014-06-18 | Clean up quoting. | Luke Shumaker | |
2014-06-18 | more quoting an printf fixes | Luke Shumaker | |
2014-06-18 | The eval+printf %q thing wasn't worth the hard-to-read code | Luke Shumaker | |
2014-06-18 | db-functions: line repetitive things up | Luke Shumaker | |
2014-06-18 | more quoting and printf fixes | Luke Shumaker | |
2014-06-18 | use += when possible | Luke Shumaker | |
2014-06-18 | Use printf-formatters when possible (incomplete) | Luke Shumaker | |
2014-06-17 | more quoting fixes | Luke Shumaker | |
2014-06-17 | db-functions: add mv_acl | Luke Shumaker | |
2014-01-08 | Avoid using $(basename $var) , use ${var##*/} instead | Luke Shumaker | |
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2014-01-08 | fix comments, indentation | Luke Shumaker | |
2014-01-08 | Be very careful about using $0. | Luke Shumaker | |
2014-01-08 | Fix quoting on arrays. | Luke Shumaker | |
2014-01-08 | Use `mktemp -t` to respect $TMPDIR | Luke Shumaker | |
2014-01-08 | misc touch up | Luke Shumaker | |
- TODO: add trailing newline - config: add text editor hint - config.orig: remove - getrepos: quote, use -- - db-functions: hardcode some paths, remove needless nullglob | |||
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2014-01-08 | db-functions: use ${array[*]} when appropriate | Luke Shumaker | |
2013-12-31 | clean up | Luke Shumaker | |
2013-12-31 | Merge branch 'cleanup' into master-merge | Luke Shumaker | |
Conflicts: config cron-jobs/sourceballs db-functions db-move db-remove db-update | |||
2013-12-31 | Merge branch 'arch' into cleanup3 | Luke Shumaker | |
2013-11-02 | Add lastupdate file | Florian Pritz | |
This allows for faster checking if an update might be needed and helps to let reporead run when something changed. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||
2013-11-02 | sourceballs: fix ACL issues on nymeria | Jan Alexander Steffens (heftig) | |
ACLs from the WORKDIR were used, leading to problems as these weren't world-readable. Fix follows ftpdir-cleanup. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-06-29 | use the get_full_version from libremessages (actually, common.sh) | Luke Shumaker | |
It works properly when split packages have different versions. | |||
2013-06-17 | touch up | Luke Shumaker | |
2013-06-17 | use xbs, not svn | Luke Shumaker | |
2013-06-16 | db-functions: use common.sh | Luke Shumaker | |
2013-06-16 | fix TMPDIR | Luke Shumaker | |
2013-06-16 | Don't make assumptions about the host architecture. | Luke Shumaker | |
2012-11-04 | Grant the SVNUSER access to the working directory | Pierre Schmitz | |
2012-10-27 | Add the possibility to run all svn commands with a different user | Pierre Schmitz | |
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password | |||
2012-10-03 | Use pacman-key to check signatures as it now uses a correct exit value | Pierre Schmitz | |
2012-08-05 | grep has been moved to /usr | Pierre Schmitz | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | |
2012-04-29 | Respect TMPDIR config when creating the working directory | Pierre Schmitz | |
2012-03-26 | Use gpg status-file instead of status-fd | Pierre Schmitz | |
2012-02-14 | Ignore rsync temp files | Nicolás Reynolds | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | |
2011-12-18 | Validate package signatures on db-update | Pierre Schmitz | |
2011-04-22 | Midnight fix | Joshua Ismael Haase Hernández | |
2011-04-16 | Merge branch 'master' of git://projects.archlinux.org/dbscripts | Joshua Ismael Haase Hernández | |
Conflicts: db-functions |