Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-27 | [extra] doesn't have the any dir anymore | Parabola | |
2012-02-27 | Added user repos | Parabola | |
2012-01-23 | Cross-toolchains repo | Nicolás Reynolds | |
2012-01-09 | Use config ARCHES and REPOS to get-repos | Nicolás Reynolds | |
2012-01-08 | [gnu] repo | Parabola | |
2011-12-07 | Added [multilib] | Parabola | |
2011-11-23 | Cleanup script + New config vars | Nicolás Reynolds | |
2011-11-23 | Making it work | Parabola | |
2011-11-14 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Parabola | |
Conflicts: config | |||
2011-11-14 | Local changes | Parabola | |
2011-11-14 | Fixes while testing it | Parabola | |
2011-11-03 | Merge branch 'sync-db-first' of ↵ | Parabola | |
https://projects.parabolagnulinux.org/dbscripts into sync-db-first | |||
2011-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-10-30 | Local test config | Nicolás Reynolds | |
2011-10-30 | Require a signature file for new packages | Pierre Schmitz | |
2011-10-28 | Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts | Nicolas Reynolds | |
Conflicts: config | |||
2011-10-28 | Reflect server changes on config | Nicolas Reynolds | |
2011-09-09 | Added [~mtjm], changed blacklist to git | Joshua Ismael Haase Hernández | |
2011-08-05 | Repo organization | Nicolás Reynolds | |
2011-05-08 | * Remove non free packages on db-update | Joshua Ismael Haase Hernández | |
2011-04-22 | Midnight fix | Joshua Ismael Haase Hernández | |
2011-04-19 | Another 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-16 | * bash-repo for testing | Joshua Ismael Haase Hernández | |
* merged dbscripts with repm | |||
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 | Adjust test for latest devtools; Be less generic with package extension | Pierre Schmitz | |
2011-03-06 | Fixes | Parabola | |
2011-02-20 | sourceballs | Parabola | |
2011-02-18 | Parabola specific changes | Parabola | |
2011-01-30 | Keeping old packages for a month should be long enough | Pierre Schmitz | |
2010-12-18 | Remove old files from the cleanup dirs | Pierre Schmitz | |
2010-11-25 | Add FILESEXT variable for use in create-filelists | Pierre Schmitz | |
2010-11-25 | Added seperate dryrun options for the packages and sources cleanup scripts | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-11-21 | sourceballs: Don't write any log | Pierre Schmitz | |
This is consistent with the other dbscripts. The output will be send to the mailinglist. | |||
2010-11-21 | sourceballs: add LGPL2.1 | Pierre Schmitz | |
2010-11-20 | Simplify sourceballs creation | Pierre Schmitz | |
* Read package lists directly from DB file * Make SVNREPO configurable | |||
2010-11-20 | Fix sourceballs cron job | Pierre Schmitz | |
* add unit test for sourceballs and cleanup * introduce SRCPOOL and LOGDIR variables in config | |||
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 | adding multilib-testing repository | Pierre Schmitz | |
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-08 | Remove BUILDSCRIPT variable | Pierre Schmitz | |
There is no need to have a variable for things like PKGBUILD that are very unlikely to ever change. | |||
2010-08-07 | determine correct dir even if config was sourced | Pierre Schmitz | |
2010-08-07 | Override default config with config.local | Pierre Schmitz | |
This is useful for local testing | |||
2010-06-28 | sourceballs: Added community and community-testing support | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-06-20 | Replace PKGPOOL_DIR by a function call | Pierre Schmitz | |
The package pool dir depends on the host; so we solve this similar to get_repos_for_host() Note: There is no "os" subdir for the package pool. | |||
2010-05-03 | Add PKGPOOL_DIR config variable | Aaron Griffin | |
This is a relative var, descendent from FTP_BASE. We do this because we also need a relative path to the package pool dir | |||
2010-04-28 | Remove FTP_OS_SUFFIX variable | Aaron Griffin | |
This isn't needed and if "os" ever changes, we have bigger changes. Won't save us any time and it's longer to type. | |||
2010-03-03 | Make repo locking an atomic process and added timeout argument | Eric Bélanger | |
The repo locking function now use a lock directory instead of a lock file. This makes the lock checking and creation an atomic process. The repo_lock function will now try to obtain a lock every $LOCK_DELAY seconds until it is successful. An optional third argument can be use to give a timeout in seconds; this is intended for scripts that runs unattended. Repo locking is now used in the ftpdir-cleanup script. This should fix the problem of the ftpdir-cleanup script removing the new package instead of the old one (FS#17058). Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> | |||
2010-02-21 | Accept any *.pkg.tar.* package file name | Pierre Schmitz | |
With this patch packages with different compressions are accepted. It is ensured that one cannot have the same package with different compression extensions. The new functions getpkgfile{,s} are used to sanitize globed filenames. Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-02-21 | add dry run option to ftpdir-cleanup | Pierre Schmitz | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> |