Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Move ubuntu-tweaks into helpersDaniel Narvaez2012-11-161-1/+3
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-162-0/+6
|
* Make apt-get upgrade non interactiveDaniel Narvaez2012-11-151-1/+1
|
* Revert unintended changeDaniel Narvaez2012-11-151-1/+1
|
* Missing run_command renameDaniel Narvaez2012-11-151-1/+1
| | | | Maybe we need unit tests
* Use the command moduleDaniel Narvaez2012-11-152-14/+11
|
* Various fixes to the ubuntu package managerDaniel Narvaez2012-11-151-11/+17
|
* Initial implementation of ubuntu packages removalDaniel Narvaez2012-11-151-2/+36
|
* Implement update on ubuntuDaniel Narvaez2012-11-151-1/+2
|
* Update a run_checks call I missed beforeDaniel Narvaez2012-11-151-1/+1
|
* Fix packages installationDaniel Narvaez2012-11-151-1/+1
|
* Remove debug leftoverDaniel Narvaez2012-11-151-2/+0
|
* Rework deps resolvingDaniel Narvaez2012-11-151-9/+12
| | | | Speed up and handle empty results without crashing
* Revert "Strip capabilities to avoid empty queries"Daniel Narvaez2012-11-151-4/+1
| | | | This reverts commit 7a566ea56a68cacd9d69343e406a6b3021043264.
* Strip capabilities to avoid empty queriesDaniel Narvaez2012-11-151-1/+4
|
* Missing self in __init__Daniel Narvaez2012-11-151-2/+2
|
* TypoDaniel Narvaez2012-11-151-1/+1
|
* Add a --test optionDaniel Narvaez2012-11-153-19/+26
|
* Drop the auto prefix, doesn't make much senseDaniel Narvaez2012-11-151-5/+5
|
* Make yum non interactive if running under buildbotDaniel Narvaez2012-11-151-2/+15
|
* Missing selfDaniel Narvaez2012-11-141-1/+1
|
* TypoDaniel Narvaez2012-11-141-1/+1
|
* Don't die with --autoremove on ubuntuDaniel Narvaez2012-11-141-1/+5
|
* Don't die with autoupdate on ubuntuDaniel Narvaez2012-11-141-1/+1
|
* Handle no packages to removeDaniel Narvaez2012-11-141-1/+2
|
* Return if the package is missingDaniel Narvaez2012-11-141-0/+1
|
* Handle missing packagesDaniel Narvaez2012-11-141-3/+7
|
* More autoremove fixesDaniel Narvaez2012-11-141-2/+2
|
* Get distro_nameDaniel Narvaez2012-11-141-0/+1
|
* Initial work on autoupdate and autoremoveDaniel Narvaez2012-11-142-1/+86
|
* Factor out installing packagesDaniel Narvaez2012-11-142-16/+26
|
* Factor out executing commandsDaniel Narvaez2012-11-142-9/+14
|
* Fix loading packages configDaniel Narvaez2012-11-142-2/+2
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-145-5/+333
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-144-0/+266
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.