summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages/Source.py
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed determination of repo name from source component nameChris St. Pierre2012-08-221-3/+2
|
* removed more calls to file()Chris St. Pierre2012-08-151-2/+2
|
* fixed repo names for sources that apply globally to all clients (#1120)Chris St. Pierre2012-07-301-2/+7
|
* merged maintChris St. Pierre2012-06-191-8/+20
|
* fixed some stringification issuesChris St. Pierre2012-05-181-0/+3
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-4/+4
| | | | to server Core
* add essentialpkgs to all Source objectsChris St. Pierre2012-05-041-0/+1
|
* fixed repo name generationChris St. Pierre2012-05-041-2/+3
|
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-171-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+278
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>