summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2011-04-16Merge branch 'master' of git://projects.archlinux.org/dbscriptsJoshua Ismael Haase Hernández
Conflicts: db-functions
2011-04-16Merge branch 'master' of ~/packages/dbscripts into pruebaJoshua Ismael Haase Hernández
Conflicts: .gitignore db-functions
2011-04-15Python parts ready for bash usage in python 2 and 3Joshua Ismael Haase Hernández
2011-04-13Fixed more errors and refactoringJoshua Ismael Haase Hernández
2011-04-11bash-port ready for testing.Joshua Ismael Haase Hernández
2011-04-02Add simple checks for handling signed packagesPierre 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-26Use repo-add to create the files database for each repoPierre Schmitz
2011-03-26Adjust test for latest devtools; Be less generic with package extensionPierre Schmitz
2011-03-23Add support for packages which use the epoch variablePierre Schmitz
2011-03-21* Changed sync_all_repo to adress bug83Joshua 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_blacklistJoshua Ismael Haase Hernández
* Fixed listado to strip spaces
2011-02-14* Added debug action to generate_exclude_list_from_blacklistJoshua Ismael Haase Hernández
* Added test data to test_pkginfo_from_rsync_output.py
2011-02-14* TestCase for pkginfo_from_rsync_outputJoshua Ismael Haase Hernández
* Corrected __eq__ method in Package class * Corrected pkginfo_from_rsync_output
2011-02-14idemJoshua Ismael Haase Hernández
2011-02-14renamed test1 to be informativeJoshua Ismael Haase Hernández
2011-02-14Added test for pkginfo_from_fileJoshua Ismael Haase Hernández
2011-02-14* pkginfo functionsJoshua Ismael Haase Hernández
2011-02-14* Changed get_file_list_ for pkginfo in function namesJoshua Ismael Haase Hernández
* Added pkginfo_from_... funcions
2011-02-08* Changed variable name in filter.pyJoshua Ismael Haase Hernández
* Added example in test1.py
2011-02-08Delete unneeded file.Joshua Ismael Haase Hernández
2011-02-08* Added filter.pyJoshua Ismael Haase Hernández
* Added __init__.py for test module * Removed unused files
2011-02-08Fixed test1.pyJoshua Ismael Haase Hernández
2011-02-08Fixed stupid error.Joshua Ismael Haase Hernández
2011-02-08Better testcasesJoshua Ismael Haase Hernández
2011-02-08* Updated Package classJoshua Ismael Haase Hernández
* Corrected test1.py -> for get_package_list_from_rsync_output
2011-02-08Corrected first testcases.Joshua Ismael Haase Hernández
2011-02-08Added some testcases.Joshua Ismael Haase Hernández
2011-02-08Added primitive testcaseJoshua Ismael Haase Hernández
2011-01-27test: add testUpdateSameAnyPackageToSameRepositoryPierre Schmitz
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz
2010-11-27Fix test: copy target of symlinksPierre Schmitz
2010-11-25Rewrote create-filelistsPierre 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-25sourceballs no longer depends on ftpdir-cleanup being runPierre Schmitz
2010-11-25Split tests into several filesPierre Schmitz
* tests can be run seperatly * runTest will run all tests that have the x bit set
2010-11-25Provide more real test packagesPierre Schmitz
* Use devtools instead of plain makepkg * This is a preparation for some more advanced test cases.
2010-11-25Added seperate dryrun options for the packages and sources cleanup scriptsEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2010-11-22sourceballs: add for split packagesPierre Schmitz
2010-11-21sourceballs: Support any packagesPierre Schmitz
2010-11-21sourceballs: Don't write any logPierre Schmitz
This is consistent with the other dbscripts. The output will be send to the mailinglist.
2010-11-20Simplify sourceballs creationPierre Schmitz
* Read package lists directly from DB file * Make SVNREPO configurable
2010-11-20Fix sourceballs cron jobPierre Schmitz
* add unit test for sourceballs and cleanup * introduce SRCPOOL and LOGDIR variables in config
2010-09-11Use local config instead of guessing by hostnamePierre 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-05Check if package exists in any other repository on updatePierre Schmitz
This also checks if the sam package exists within the old package layout (without package pool)
2010-09-05Fix updating of same package into different repositories at aoncePierre Schmitz
See FS#20745
2010-09-01Simplify repo configurationPierre 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-22add makepkg.conf for [multilib]Pierre Schmitz
2010-08-18Fix cleanup of old packagesPierre Schmitz
* This should fix the cleanup of packages that were not within the pacakge pool before being updated. * a test case for this was added
2010-08-17Don't try to update no packagePierre Schmitz
Check if there are packages to update for given architecure. Previously db-update quit when only one arch of a package was available.
2010-08-17Add [staging] repositoryPierre Schmitz