summaryrefslogtreecommitdiffstats
path: root/cobbler/collection_repos.py
Commit message (Collapse)AuthorAgeFilesLines
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-1/+1
| | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
* Fixing repo remove.Michael DeHaan2007-07-171-2/+3
|
* Lowercase input on removal (this should really be using the find() method.Michael DeHaan2007-06-221-3/+3
|
* This is Adam Rosenwald's patch for seperating triggers into pre and postMichael DeHaan2007-06-061-1/+2
| | | | triggers, plus my modifications to make them deal with return codes.
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-2/+2
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
|
* Fix to make "repo delete" functional after the CLI refactoring.Michael DeHaan2007-04-201-1/+5
|
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-1/+2
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+54