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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
set path in Ohai probe
Chris St. Pierre
2011-08-19
1
-0
/
+2
*
fixed bug in previous commit
Chris St. Pierre
2011-08-18
1
-0
/
+1
*
added --altsrc flag to bcfg2-info buildfile
Chris St. Pierre
2011-08-18
1
-3
/
+14
*
APT: Add type='ignore' support (patch from tie on IRC)
Sol Jerome
2011-08-17
1
-2
/
+11
*
Plugin.py: Deal with more vim temporary files
Sol Jerome
2011-08-17
1
-1
/
+1
*
Filter for ignored files earlier to eliminate traceback.
Mike McCallister
2011-08-17
1
-5
/
+5
*
Action: Fix decision mode installation (resolves #1029)
mkd
2011-08-16
1
-5
/
+21
*
Merge branch 'reports-plusminus' of https://github.com/mkdfh/bcfg2
Sol Jerome
2011-08-12
3
-10
/
+10
|
\
|
*
Reports:
unknown
2011-08-12
3
-10
/
+10
*
|
Metadata: Better handling of floating cert-authenticated clients (Ticket #1030)
Sol Jerome
2011-08-11
2
-3
/
+19
*
|
fix chmod in "bcfg2-admin init"
Joe Digilio
2011-08-10
1
-1
/
+1
|
/
*
Action: Fix whitelist mode (Resolves #1029)
Sol Jerome
2011-08-10
1
-1
/
+5
*
Be more patient for notifications about generated SSHkeys.
Mike McCallister
2011-08-09
1
-8
/
+13
*
Be a little more conservative in handling "changed" events.
Mike McCallister
2011-08-09
1
-17
/
+44
*
Fix typo in "bcfg2-info buildbundle" usage output
Holger Weiß
2011-08-09
1
-1
/
+1
*
fixed stupid typo
Chris St. Pierre
2011-08-08
1
-1
/
+1
*
invoke dot in a way that works on all systems
Chris St. Pierre
2011-08-08
1
-4
/
+14
*
do not start/stop services with "-s disabled"
Chris St. Pierre
2011-08-08
1
-3
/
+4
*
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
1
-0
/
+26
*
fix broken assembling of yum repo url
Joe Digilio
2011-08-03
1
-1
/
+1
*
fixed info.xml XMLSrc fix
Chris St. Pierre
2011-08-03
1
-1
/
+1
*
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
*
|
Lots of improvements to Packages plugin:
Chris St. Pierre
2011-08-01
3
-247
/
+682
*
|
bcfg2-lint: Update schema with new vcs values
Sol Jerome
2011-07-31
1
-1
/
+2
|
/
*
bcfg2-lint RequiredAttrs plugin checks for text content of "file" Paths
Chris St. Pierre
2011-07-28
1
-0
/
+7
*
added write() method to Properties to write back persistent changes
Chris St. Pierre
2011-07-27
1
-4
/
+43
*
Fixed problem with recent DirectoryBacked changes that caused a traceback on ...
Mike McCallister
2011-07-26
1
-3
/
+12
*
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
[prev]
[next]