Age | Commit message (Expand) | Author |
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 |
2012-02-14 | Ignore rsync temp files | Nicolás Reynolds |
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 |
2011-04-13 | Fixed more errors and refactoring | Joshua Ismael Haase Hernández |
2011-04-02 | Add simple checks for handling signed packages | Pierre Schmitz |
2011-03-26 | Use repo-add to create the files database for each repo | Pierre Schmitz |
2011-03-23 | Add support for packages which use the epoch variable | Pierre Schmitz |
2011-01-15 | Move repo manipulation code into common functions | Pierre Schmitz |
2010-12-09 | repo_lock: check if repo is locked by repo-add or repo-remove | Pierre Schmitz |
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz |
2010-11-23 | Rewrite sourceballs to increase performance and reliability | Pierre Schmitz |
2010-11-22 | Set CARCH as needed by some PKGBUILDs | Pierre Schmitz |
2010-09-12 | _grep_pkginfo: use a more specific format | Pierre Schmitz |
2010-09-12 | check_pkgsvn: Don't assume the same PKGBUILD for all architectures | Pierre Schmitz |
2010-09-12 | check_pkgsvn: check if pkgname is in sync with svn | Pierre Schmitz |
2010-09-11 | Fix check_pkgrepos | Pierre Schmitz |
2010-09-11 | Use local config instead of guessing by hostname | Pierre Schmitz |
2010-09-11 | Fix check_repo_permission | Pierre Schmitz |
2010-09-05 | Check if package exists in any other repository on update | Pierre Schmitz |
2010-09-05 | Fix updating of same package into different repositories at aonce | Pierre Schmitz |
2010-09-02 | Set correct group after touching the db file | Pierre Schmitz |
2010-09-01 | Simplify repo configuration | Pierre Schmitz |
2010-08-22 | add makepkg.conf for [multilib] | Pierre Schmitz |
2010-08-17 | Add additional checks when reading PKGBUILDs | Pierre Schmitz |
2010-08-17 | Add [staging] repository | Pierre Schmitz |
2010-08-15 | Lock repos before checking | Pierre Schmitz |
2010-08-15 | Use common names for repos | Pierre Schmitz |
2010-08-14 | Add common function to check for correct repo and arch | Pierre Schmitz |
2010-08-14 | Rewrite of db-update | Pierre Schmitz |
2010-08-13 | Use common functions to print messages, warnings and errors | Pierre Schmitz |
2010-08-13 | Check permission before any action | Pierre Schmitz |
2010-08-10 | Use more consitent naming for package pool | Pierre Schmitz |
2010-08-08 | Fix typo | Pierre Schmitz |
2010-08-08 | Cleanup db-functions | Pierre Schmitz |
2010-08-08 | Move common function to db-functions | Pierre Schmitz |
2010-08-08 | use common workdir | Pierre Schmitz |
2010-06-20 | Replace PKGPOOL_DIR by a function call | Pierre Schmitz |
2010-04-11 | Fail if lock couldn't be obtained; Unlock the repos if ftpdir-cleanup fails | Pierre Schmitz |
2010-03-13 | sourceballs: Make cleanup more efficient | Eric Bélanger |
2010-03-03 | Make repo locking an atomic process and added timeout argument | Eric Bélanger |
2010-02-21 | Accept any *.pkg.tar.* package file name | Pierre Schmitz |
2009-10-29 | Echo pkginfo parsing errors to stderr | Aaron Griffin |