Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-24 | Fix test for use with recent namcap releases | Pierre Schmitz | |
2011-07-24 | Use /tmp instead of /dev/shm for temporary files | Pierre Schmitz | |
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-04-02 | Add signature files to update/move/remove targets | Rémy Oudompheng | |
Signature files are optional and the previous behaviour is unchanged when signatures files do not exist. Signed-off-by: Rémy Oudompheng <remy@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-04-01 | Recompiled alpm python module against pacman 3.5 | Pierre Schmitz | |
2011-03-26 | Use repo-add to create the files database for each repo | Pierre Schmitz | |
2011-03-26 | Adjust test for latest devtools; Be less generic with package extension | Pierre Schmitz | |
2011-03-23 | Add support for packages which use the epoch variable | Pierre Schmitz | |
2011-01-30 | Keeping old packages for a month should be long enough | Pierre Schmitz | |
2011-01-30 | Try to remove a package even if it is no longer in svn | Pierre Schmitz | |
2011-01-30 | Make sure to only remove package files from the cleanup dirs | Pierre Schmitz | |
2011-01-27 | test: add testUpdateSameAnyPackageToSameRepository | 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 | |||
2011-01-08 | archweb update: source virtualenv if it exists | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-12-18 | Remove old files from the cleanup dirs | Pierre Schmitz | |
2010-12-18 | Touch old packages after moving them to the cleanup dirs | Pierre Schmitz | |
This updates the mtime of those files and will help us to remove them later. | |||
2010-12-09 | check_packages.py: remove obsolete klibc workaround | Pierre Schmitz | |
2010-12-09 | Call integrity-check with specific repo list for each architecture | Pierre Schmitz | |
2010-12-09 | repo_lock: check if repo is locked by repo-add or repo-remove | Pierre Schmitz | |
2010-12-05 | Only emit a warning when a repository does not exist. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Add support for the [multilib] repo. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Style changes: add parentheses around print "...". | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-05 | Style changes: remove usage of the 'has_key' method. | Rémy Oudompheng | |
Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz | |
2010-11-27 | Fix test: copy target of symlinks | Pierre Schmitz | |
2010-11-25 | create-filelists: Improve performance by reading package list from db ↵ | Pierre Schmitz | |
instead from fs | |||
2010-11-25 | update-web-db: Lock db and script | Pierre Schmitz | |
* usage of db-functions * Lock the db and work on a copy to avoid long lock times * Lock the script itself to avoid multiple calls * Adjust to coding style to other dbscripts | |||
2010-11-25 | sourceballs: be nice | Pierre Schmitz | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | |
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db | |||
2010-11-25 | sourceballs no longer depends on ftpdir-cleanup being run | Pierre Schmitz | |
2010-11-25 | Add FILESEXT variable for use in create-filelists | Pierre Schmitz | |
2010-11-25 | Split tests into several files | Pierre Schmitz | |
* tests can be run seperatly * runTest will run all tests that have the x bit set | |||
2010-11-25 | Provide more real test packages | Pierre Schmitz | |
* Use devtools instead of plain makepkg * This is a preparation for some more advanced test cases. | |||
2010-11-25 | Make ftpdir-cleanup less verbose | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
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-24 | sourceballs: fix working directory | Pierre Schmitz | |
2010-11-23 | sourceballs: Move to our workdir first to fix warning with sudo usage | Pierre Schmitz | |
2010-11-23 | sourceballs: avoid failing twice | Pierre Schmitz | |
2010-11-23 | sourceballs: fix output | Pierre Schmitz | |
2010-11-23 | sourceballs: be less verbose | 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 | Attempt to fix integrity-check | Pierre Schmitz | |
2010-11-22 | check_archlinux: fix for python2 usage | Pierre Schmitz | |
2010-11-22 | sourceballs: check if source package was really created | Pierre Schmitz | |
2010-11-22 | Prefer any packages | Pierre Schmitz | |
2010-11-22 | sourceballs-cleanup: respect .force and .skip files | Pierre Schmitz | |
2010-11-22 | Add wrappers for repo-add and repo-remove | Pierre Schmitz | |
2010-11-22 | sourceballs: add for split packages | Pierre Schmitz | |
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-11-21 | texlive sources are already on ftp.archlinux.org | Pierre Schmitz | |