summaryrefslogtreecommitdiff
path: root/scripts/repo-add.sh.in
AgeCommit message (Expand)Author
2010-08-18repo-add: create relative DB symlinksDan McGee
2010-06-24repo-add: try symlink, then hardlink, then copy for DB fileDan McGee
2010-05-27repo-add: symlink to db file to reponame.dbAllan McRae
2009-11-15scripts: replace test builtin [ with shell keywords [[ and ((Cedric Staniewski
2009-10-20makepkg, repo-add: replace external commands with bash substitutions where po...Cedric Staniewski
2009-10-11Fix stderr redirectionCedric Staniewski
2009-09-29Merge branch 'maint'Dan McGee
2009-09-23repo-add: clean up options parsingDan McGee
2009-09-23repo-remove: create empty DB when all packages are removedDan McGee
2009-08-03repo-add: clarify one messageXavier Chantry
2009-07-22makepkg: add pkgbase to .PKGINFO and database for split packagesAllan McRae
2009-06-23repo-add: use bsdtar optimization for better performanceDan McGee
2009-05-23repo-add: fail early if repo can not be createdXavier Chantry
2009-05-18Add support for the xz archive formatPierre Schmitz
2009-05-18repo-add: fix -n tests which are applicable only to stringsCedric Staniewski
2009-03-15repo-add : rename gstmpdir to tmpdirXavier Chantry
2009-03-15repo-add : don't change the modification time on depends and descXavier Chantry
2009-03-15repo-add : new locking systemXavier Chantry
2009-03-15repo-add : fix package variables declarationXavier Chantry
2009-03-15repo-add : rewrite delta supportXavier Chantry
2009-03-15repo-add : drop delta support to rewrite it from scratchXavier Chantry
2009-03-15repo-add.sh.in : repo-remove improvementsXavier Chantry
2009-03-15repo-add cleanupXavier Chantry
2009-02-28repo-add: print warning if same version already existsXavier Chantry
2009-02-19repo-add : remove realpath usageXavier Chantry
2009-02-19repo-add : remove the need of realpath for REPO_DB_FILEXavier Chantry
2009-02-18Merge branch 'maint'Dan McGee
2009-02-18repo-add : remove useless test_repo_db_file functionXavier Chantry
2009-02-15repo-add: fix eval and quote issuesDan McGee
2009-01-14Make the repo-add quiet flag less quietAaron Griffin
2008-10-28Merge branch 'maint'Dan McGee
2008-10-18repo-add: Use openssl instead of md5sumDan McGee
2008-08-23Remove DB_COMPRESSION and DB_CHECKSUMS from makepkg.confXavier Chantry
2008-08-19Factor shell script size command into configure scriptDan McGee
2008-08-19repo-add: add optdepends to the sync database.Xavier Chantry
2008-08-19repo-add: Fix whitespaces handling in variables.Nagy Gabor
2008-06-29repo-add cleanup.Xavier Chantry
2008-06-14Combine repo-add and repo-remove into one scriptDan McGee
2008-06-14repo-*: allow use of readlink or realpathDan McGee
2008-05-29du -b is not available on BSD, use du -k instead.Xavier Chantry
2008-05-10scripts: add -q/--quiet option to repo-add and repo-removeDan McGee
2008-02-20Merge branch 'maint'Dan McGee
2008-02-17scripts: allow usage when gettext is not installedDan McGee
2008-02-05remove --force option from repo-add.Chantry Xavier
2008-02-02add 'force' to PKGINFO, have repo-add respect it.Chantry Xavier
2008-01-13Fix typos in code commentsDan McGee
2008-01-13Ensure correct dir permissions in the database.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-13repo-add: Ensure only adding package's deltas.Nathan Jones
2007-10-19Add delta information to the repository database.Nathan Jones