Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |
In addition to this dbscripts wont accept unsigned pacakges when REQUIRE_SIGNATURE is set to true. Note: At this point no signature verification is performed at all. | |||
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 | |
repo-add and repo-remove is now indirectly called by arch_repo_add/remove. This simplifies future extensions like incremental file list creations. See FS#11302 | |||
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 | |
* Decrease file stats as much as possible * Create a list of all packages and meta data only once * Create a list of available source packages only once * Create a list of expected packages only once * Combine all three scripts into one to share data and code * Use as much information from the db files as possible and avoid using svn * Avoid attempting to create the same source package twice Logic works as follows: 1) create a list of all packages 2) Check for each package if we need a src package and create one 3) During this process create a list of all src packages that should be there 4) Diff both lists for the cleanup | |||
2010-11-22 | Set CARCH as needed by some PKGBUILDs | Pierre Schmitz | |
PKGBUILDs expect CARCH to be set. This is needed when sourcing them directly. | |||
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 | |
In addition to pkgver and pkgrel it is checked if pkgname is defined in the PKGBUILD. | |||
2010-09-11 | Fix check_pkgrepos | Pierre Schmitz | |
Don't use globing as this will match a package of the same version but another arch. We can be more specific here as there are no longer packages without $arch extension. | |||
2010-09-11 | Use local config instead of guessing by hostname | Pierre Schmitz | |
Using the hostname to decide which repos to use is not releiable and hard to test. Instead use config.local to configure these. config files for sigurd and gerolde were added which can be copied or symlinked to config.local on the specific host. | |||
2010-09-11 | Fix check_repo_permission | Pierre Schmitz | |
2010-09-05 | Check if package exists in any other repository on update | Pierre Schmitz | |
This also checks if the sam package exists within the old package layout (without package pool) | |||
2010-09-05 | Fix updating of same package into different repositories at aonce | Pierre Schmitz | |
See FS#20745 | |||
2010-09-02 | Set correct group after touching the db file | Pierre Schmitz | |
* When writing the db file ensure that it has write permission of the group which owns the parent directory. * This should make the adjust-permissions cron job obsolete. | |||
2010-09-01 | Simplify repo configuration | Pierre Schmitz | |
* Repositories can now be defined in the config file for each host * added community-staging, gnome-unstable and kde-unstable * Exception is the adjust-permission cron-job; but we might want to use acls in future anyway Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-08-22 | add makepkg.conf for [multilib] | Pierre Schmitz | |
2010-08-17 | Add additional checks when reading PKGBUILDs | Pierre Schmitz | |
If reading from a PKGBUILD fails stop immediatly. Also put out more usefull error messages. | |||
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 | |
* db-update now updates all repos with packages in its staging dirs * sanity checks are performed before any repo is touched * improved performance * less code; easier to maintain |