Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-17 | Move xihh's tests out of tests/ into tests-xihh/ | Luke Shumaker | |
2016-04-17 | Merge branch 'lukeshu/xbs' into testmerge | Luke Shumaker | |
# Conflicts: # test/lib/common.inc # test/test.d/create-filelists.sh # test/test.d/db-move.sh # test/test.d/db-remove.sh # test/test.d/db-repo-add.sh # test/test.d/db-repo-remove.sh # test/test.d/db-update.sh # test/test.d/ftpdir-cleanup.sh # test/test.d/sourceballs.sh | |||
2016-04-17 | get tests from lukeshu/archlinux+cleanup+librelib | Luke Shumaker | |
2014-06-18 | more quoting an printf fixes | Luke Shumaker | |
2014-06-18 | The eval+printf %q thing wasn't worth the hard-to-read code | Luke Shumaker | |
2014-06-17 | more quoting fixes | 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-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 | use xbs, not svn | Luke Shumaker | |
2013-06-17 | fix tests | Luke Shumaker | |
- properly set SRCPOOL - have SVNREPO point to the checkout, not the server repo - in case TMPDIR has a symlink in it, use `readlink -e` on both sides of inspecting symlinks. - use `grep {pattern} &>/dev/null` instead of `grep -q {pattern}`. Because `grep -q` is able to bail early, a program being piped in to it may spit out a message about a write error to stderr. | |||
2013-06-16 | fix TMPDIR | Luke Shumaker | |
2013-06-16 | Don't make assumptions about the host architecture. | Luke Shumaker | |
2013-06-12 | test/: use libremakepkg instead of arch-*build | Luke Shumaker | |
2013-01-31 | db-update: Ignore forgeign staging packages | 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 | test: Do not suppress devtools output | Pierre Schmitz | |
2012-06-10 | Make repositories for testing2x configurable | Pierre Schmitz | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | |
2012-04-29 | Source the config before the functions as the latter references the former | Pierre Schmitz | |
2012-04-29 | Respect TMPDIR config when creating the working directory | Pierre Schmitz | |
2012-02-19 | Fix typo and leftover shm usage | Pierre Schmitz | |
2012-02-19 | Add at least one positive signing test | Pierre Schmitz | |
2012-01-08 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
Conflicts: db-remove | |||
2011-12-19 | Avoid calls to basename | Pierre Schmitz | |
2011-12-18 | Validate package signatures on db-update | Pierre Schmitz | |
2011-11-05 | Add simple tests for db-repo-add and db-repo-remove | Pierre Schmitz | |
2011-11-05 | Add test for moving multiple packages at once | Pierre Schmitz | |
2011-11-05 | Split package database test functions from check* functions | Pierre Schmitz | |
This way we can check consitency of databases independent from a svn repo | |||
2011-11-05 | check svn entry for any packages | Pierre Schmitz | |
2011-11-05 | db-remove: support removing multiple packages at once | Pierre Schmitz | |
2011-11-05 | Adjust tests to use new db-remove interface | Pierre Schmitz | |
2011-10-30 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
2011-08-13 | update shunit to 2.1.6 | Pierre Schmitz | |
2011-08-03 | Merge branch 'master' of https://projects.archlinux.org/git/dbscripts | Nicolás Reynolds | |
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-16 | Merge branch 'master' of git://projects.archlinux.org/dbscripts | Joshua Ismael Haase Hernández | |
Conflicts: db-functions | |||
2011-04-16 | Merge branch 'master' of ~/packages/dbscripts into prueba | Joshua Ismael Haase Hernández | |
Conflicts: .gitignore db-functions | |||
2011-04-15 | Python parts ready for bash usage in python 2 and 3 | Joshua Ismael Haase Hernández | |
2011-04-13 | Fixed more errors and refactoring | Joshua Ismael Haase Hernández | |
2011-04-11 | bash-port ready for testing. | 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-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-03-21 | * Changed sync_all_repo to adress bug83 | Joshua Ismael Haase Hernández | |
2011-03-05 | * Added «depends» field to Package class. | Joshua Ismael Haase Hernández | |
* Merged tests for filter functions in test_filter.py * Added testfiles for test_filter.py in test directory * Added pkginfo_from_desc function to filter.py | |||
2011-02-14 | * Added test for generate_exclude_list_from_blacklist | Joshua Ismael Haase Hernández | |
* Fixed listado to strip spaces | |||
2011-02-14 | * Added debug action to generate_exclude_list_from_blacklist | Joshua Ismael Haase Hernández | |
* Added test data to test_pkginfo_from_rsync_output.py |