server
/
bcfg2
1.1.0-stable
debian
main
maint
maint-1.2
master
packages-dummy
py3-server
py3k
spline
spline-bookworm
spline-old
upstream/master
yum-helper-bug
Custom fork of bcfg2 (configuration management)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
Bcfg2
/
Server
/
Plugins
/
Packages
Commit message (
Expand
)
Author
Age
Files
Lines
*
PY3K/PEP8 fixes
Sol Jerome
2012-08-14
1
-7
/
+3
*
don't encode Packages source lists just to md5sum them
Chris St. Pierre
2012-08-07
1
-1
/
+1
*
Packages: Add missing lxml import
Sol Jerome
2012-08-06
1
-0
/
+1
*
bug fixes from solj
Chris St. Pierre
2012-08-06
1
-1
/
+1
*
get encoding a better way in packages collection objects
Chris St. Pierre
2012-08-03
1
-1
/
+1
*
fixed calculation of new packages list
Chris St. Pierre
2012-08-03
3
-1
/
+21
*
fixed yum version support for version="any"
Chris St. Pierre
2012-08-03
1
-11
/
+14
*
made yum Packages backend support resolving by version (#1112)
Chris St. Pierre
2012-08-03
3
-24
/
+106
*
fixed location of yum configs to go under Packages cache
Chris St. Pierre
2012-08-03
1
-5
/
+1
*
improved verbosity of bcfg2-yum-helper when bcfg2-server is run with -v
Chris St. Pierre
2012-08-03
1
-9
/
+5
*
batch up get_group calls in Packages to improve performance (#1101)
Chris St. Pierre
2012-08-01
3
-13
/
+33
*
made path to Packages cache configurable
Chris St. Pierre
2012-08-01
1
-14
/
+25
*
py3k fix: UserDict -> MutableMapping
Chris St. Pierre
2012-07-31
1
-2
/
+2
*
fixed repo names for sources that apply globally to all clients (#1120)
Chris St. Pierre
2012-07-30
1
-2
/
+7
*
Metadata and other improvements:
Chris St. Pierre
2012-07-30
1
-10
/
+1
*
import re to fix yum repo naming conflicts
Chris St. Pierre
2012-07-25
1
-0
/
+1
*
Packages: Make sure essential packages are cached
Sol Jerome
2012-07-19
1
-4
/
+8
*
unified [Single]XMLFileBacked, enabled xinclude pretty much everywhere
Chris St. Pierre
2012-06-25
1
-8
/
+5
*
fixed typo in Packages end_statistics hook
Chris St. Pierre
2012-06-19
1
-1
/
+1
*
merged maint
Chris St. Pierre
2012-06-19
3
-12
/
+35
*
added end_statistics hook to ClientRunHooks; added calls to Packages and Pupp...
Chris St. Pierre
2012-06-12
1
-0
/
+3
*
converted Packages to use ClientRunHooks instead of abusing GoalValidator
Chris St. Pierre
2012-06-12
1
-7
/
+5
*
fixed docs, code that referenced old yum section of packages.conf
Chris St. Pierre
2012-06-04
1
-1
/
+1
*
Packages: Fix unexpected indent
Sol Jerome
2012-06-01
1
-1
/
+1
*
fixed caching of Collection objects; moved bcfg2-info packagesources code int...
Chris St. Pierre
2012-06-01
1
-4
/
+29
*
fixed return values from toggle_debug xcmds
Chris St. Pierre
2012-06-01
1
-1
/
+2
*
Fix PY3K syntax error
Sol Jerome
2012-05-21
1
-1
/
+2
*
Packages: Print more information when a source type fails to load
Tim Laszlo
2012-05-21
1
-2
/
+2
*
Packages: Unicode-objects must be encoded before hashing
Sol Jerome
2012-05-21
1
-1
/
+1
*
fixed some stringification issues
Chris St. Pierre
2012-05-18
2
-1
/
+4
*
merged maint
Chris St. Pierre
2012-05-15
3
-2
/
+23
*
moved plugin-specific configs to main config file; propagate "setup" object t...
Chris St. Pierre
2012-05-11
5
-68
/
+52
*
added short-lived caching of Packages Collection objects
Chris St. Pierre
2012-05-11
2
-19
/
+54
*
remove extraneous assignment of package version
Chris St. Pierre
2012-05-11
1
-1
/
+0
*
set important on yum/apt config generated by Packages
Chris St. Pierre
2012-05-10
1
-5
/
+6
*
add essentialpkgs to all Source objects
Chris St. Pierre
2012-05-04
2
-1
/
+1
*
better support for re-reading packages.conf (and SimpleConfigs in general)
Chris St. Pierre
2012-05-04
2
-13
/
+22
*
fixed repo name generation
Chris St. Pierre
2012-05-04
1
-2
/
+3
*
improved some error messages; only setup pulp connection if there are pulp so...
Chris St. Pierre
2012-05-04
1
-18
/
+19
*
Merge branch 'maint'
Sol Jerome
2012-04-19
1
-2
/
+3
*
Merge branch 'add-essential-pkgs'
Sol Jerome
2012-04-17
4
-4
/
+15
|
\
|
*
Packages: Add Essential packages to specification (#1084)
Sol Jerome
2012-04-17
4
-4
/
+15
*
|
fixed xincludes to properly handle includes-in-includes, includes that aren't...
Chris St. Pierre
2012-04-11
1
-2
/
+12
|
/
*
Pac: Fix copy/paste typo
Sol Jerome
2012-04-01
1
-4
/
+3
*
Packages: Add support for alternate version attribute
Sol Jerome
2012-03-29
1
-2
/
+6
*
Allow to run directly from a git checkout (#1037)
Sol Jerome
2012-03-24
8
-0
/
+1943