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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
got rid of blank line output when using bcfg2-admin viz with the -o option
Chris St. Pierre
2011-08-08
1
-1
/
+2
*
fixed backtrace if Packages downloads a bogus GPG key
Chris St. Pierre
2011-08-05
1
-6
/
+13
*
don't try to wrap bcfg2-lint output if it's not connected to a tty
Chris St. Pierre
2011-08-05
1
-6
/
+15
*
fixed typos in RequiredAttrs.check_packages()
Chris St. Pierre
2011-08-05
1
-2
/
+2
*
fixed more unescaped shell commands
Chris St. Pierre
2011-08-05
2
-13
/
+24
*
Merge branch 'work'
Chris St. Pierre
2011-08-05
1
-4
/
+5
|
\
|
*
fixed bcfg2-admin viz bug introduced by Popen fixes
Chris St. Pierre
2011-08-05
1
-4
/
+5
|
*
made packages.conf optional
Chris St. Pierre
2011-08-05
1
-1
/
+5
*
|
made packages.conf optional
Chris St. Pierre
2011-08-05
1
-1
/
+5
*
|
Removed the explicit calls to AddEntry from SSHbase.py in favor of
Mike McCallister
2011-08-05
1
-3
/
+7
|
/
*
fixed security bugs with unescaped input to the shell
Chris St. Pierre
2011-08-05
5
-28
/
+21
*
fixed regex in reports_client_history view; made all reports hostname regexes...
Chris St. Pierre
2011-08-05
1
-3
/
+3
*
fixed traceback from unknown-path-type errors
Chris St. Pierre
2011-08-03
1
-0
/
+1
*
added buildbundle command to bcfg2-info to render a bundle template
Chris St. Pierre
2011-08-03
4
-15
/
+38
*
Merge branch 'master' of https://github.com/jdigilio/bcfg2
Sol Jerome
2011-08-03
1
-1
/
+1
|
\
|
*
fix broken assembling of yum repo url
Joe Digilio
2011-08-03
1
-1
/
+1
*
|
doc: Fix versionadded
Sol Jerome
2011-08-03
1
-2
/
+2
|
/
*
fixed info.xml XMLSrc fix
Chris St. Pierre
2011-08-03
1
-1
/
+1
*
doc: Fix some typos
Sol Jerome
2011-08-02
2
-2
/
+2
*
Merge branch 'master' of https://github.com/mikemccllstr/bcfg2
Sol Jerome
2011-08-02
1
-13
/
+16
|
\
|
*
Fix error that occurs when deleting and re-creating the same directory.
Mike McCallister
2011-07-29
1
-13
/
+16
*
|
don't add gpg-pubkey package unless there are instances to install
Chris St. Pierre
2011-08-02
1
-35
/
+36
*
|
split up XMLSrc parsers used for Rules and info.xml
Chris St. Pierre
2011-08-01
1
-5
/
+18
*
|
bcfg2-lint should read both bcfg2.conf and bcfg2-lint.conf
Chris St. Pierre
2011-08-01
1
-15
/
+6
*
|
fixed path to Packages config in Lint/Validate.py
Chris St. Pierre
2011-08-01
1
-1
/
+1
*
|
fixed error message to avoid traceback
Chris St. Pierre
2011-08-01
1
-1
/
+1
*
|
doc: Fix sphinx build warnings
Sol Jerome
2011-08-01
1
-11
/
+11
*
|
Lots of improvements to Packages plugin:
Chris St. Pierre
2011-08-01
6
-404
/
+1012
*
|
bcfg2-lint: Update schema with new vcs values
Sol Jerome
2011-07-31
3
-1
/
+6
|
/
*
bcfg2-lint RequiredAttrs plugin checks for text content of "file" Paths
Chris St. Pierre
2011-07-28
1
-0
/
+7
*
doc: Provide examples of abstract and literal specifications
Sol Jerome
2011-07-27
2
-1
/
+14
*
Updated information about disabling per-package checks
Brent Bloxam
2011-07-27
1
-4
/
+15
*
added write() method to Properties to write back persistent changes
Chris St. Pierre
2011-07-27
2
-5
/
+59
*
Merge branch 'master' of https://github.com/mikemccllstr/bcfg2
Sol Jerome
2011-07-26
1
-3
/
+12
|
\
|
*
Fixed problem with recent DirectoryBacked changes that caused a traceback on ...
Mike McCallister
2011-07-26
1
-3
/
+12
*
|
Merge branch 'master' of https://github.com/mikemccllstr/bcfg2
Sol Jerome
2011-07-26
5
-108
/
+230
|
\
|
|
*
Rewrote DirectoryBacked so it handles files contained in an arbitrary directo...
Mike McCallister
2011-07-26
2
-39
/
+110
|
*
Update to Deps to eliminate "Failed to add dep entry for <built-in function C...
Mike McCallister
2011-07-25
1
-1
/
+6
|
*
Added docstring to explain what 'datastore' argument contains.
Mike McCallister
2011-07-23
1
-0
/
+5
|
*
Treat Bound entries like unbound entries for calculating prerequisites in Deps.
Mike McCallister
2011-07-23
1
-5
/
+7
|
*
Refactor the validate_structure() method into two.
Mike McCallister
2011-07-23
1
-25
/
+45
|
*
Created a new method to return a sorted list of plugins by type.
Mike McCallister
2011-07-22
3
-41
/
+60
|
*
Fixed to accommodate changes made to Plugin.py in changeset 3291a875339a7e556...
Mike McCallister
2011-07-22
1
-3
/
+4
*
|
Fixed to accommodate changes made to Plugin.py in changeset 3291a875339a7e556...
Mike McCallister
2011-07-23
1
-3
/
+4
|
/
*
doc: Fix duplicate label warnings
Sol Jerome
2011-07-22
1
-1
/
+1
*
Chkconfig: Use LANG=C to avoid locale conflicts (Resolves #1028 and #926)
Sol Jerome
2011-07-22
1
-0
/
+3
*
bcfg2-admin: Revert some changes that are not py3k compatible
Sol Jerome
2011-07-21
3
-5
/
+10
*
Miscellaneous bcfg2-admin bug fixes:
Chris St. Pierre
2011-07-21
3
-36
/
+33
*
as per http://trac.mcs.anl.gov/projects/bcfg2/ticket/1026
Josh Koenig
2011-07-20
1
-1
/
+1
*
fixed doc bug
Chris St. Pierre
2011-07-20
1
-1
/
+1
[prev]
[next]