summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-08Config ported to bashJoshua 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-04-02Add signature files to update/move/remove targetsRé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-01Recompiled alpm python module against pacman 3.5Pierre Schmitz
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* Don't update *.abs.tar.*Joshua Ismael Haase Hernández
2011-03-21* Changed sync_all_repo to adress bug83Joshua Ismael Haase Hernández
2011-03-10* Fixed issue 71: pending list ends with newlineJoshua Ismael Haase Hernández
2011-03-06* Fixed blacklist for rsync_command at sync_all_repoJoshua Ismael Haase Hernández
2011-03-06* Corrected import glob functionJoshua Ismael Haase Hernández
2011-03-06* Added function for cleanup dirJoshua Ismael Haase Hernández
2011-03-06* Added --delete to rsync-update-command until ftp-dir-cleanup can do deleteJoshua Ismael Haase Hernández
2011-03-06* Fixed error that leaked non-free files to repoJoshua Ismael Haase Hernández
2011-03-06FixesParabola
2011-03-06* Changed rsync-update-command to not delete (delete made by ftp-dir-cleanup)Joshua Ismael Haase Hernández
2011-03-06* Using os.path.join for joining path instead of str + str to avoid errorsJoshua Ismael Haase Hernández
2011-03-05Merge branch 'master' of parabola:~/usr/lib/python2.5/site-packages/repmJoshua 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-03-05Taken out «sources» from dir_list for rsyncParabola
2011-03-05sourceballs2 creates sourceballs from the entire ABSLibreNicolás Reynolds
2011-03-03* repo-maintainer doesn't take out reading permission from pending filesJoshua Ismael Haase Hernández
* Removed commented code
2011-02-20Merge branch 'master' of http://projects.parabolagnulinux.org/dbscriptsParabola
Conflicts: db-functions
2011-02-20sourceballsParabola
2011-02-20Changed looking for a package on abslibre logicNicolás Reynolds
2011-02-20Changes to sourceball everythingNicolás Reynolds
2011-02-18Merge branch 'master' of http://projects.parabolagnulinux.org/dbscriptsParabola
2011-02-18First stab at sourceballing everythingNicolás Reynolds
2011-02-18Parabola specific changesParabola
2011-02-16Applied changes for ParabolaNicolás Reynolds
2011-02-15Fixed add_free_repoNicolás Reynolds
2011-02-14* Fixed for rsync to runParabola
2011-02-14changed configParabola
2011-02-15* Upgraded sync_all_repoJoshua Ismael Haase Hernández
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-14* Fixed generate_rsync_commandJoshua Ismael Haase Hernández
2011-02-14* Fixed generate_rsync_commandJoshua Ismael Haase Hernández
2011-02-14* Changed format of run_rsync debug output.Joshua Ismael Haase Hernández
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-14Corrected funcionsJoshua Ismael Haase Hernández
2011-02-14Added os module to config fileJoshua Ismael Haase Hernández
2011-02-14Corrected filter.py to runJoshua Ismael Haase Hernández
2011-02-14- filter.py:Joshua Ismael Haase Hernández
* Makes a blacklist for rsync - pato2.py: * Has more functions