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
*
fix keyboard interrupt during intial event handling
Alexander Sulfrian
2014-10-26
2
-1
/
+3
*
Merge pull request #222 from AlexanderS/fix-keyboard-interrupt
Chris St. Pierre
2014-10-24
1
-5
/
+5
|
\
|
*
Server/Core: also shutdown on exceptions during fam blocking
Alexander Sulfrian
2014-10-25
1
-5
/
+5
|
/
*
Merge branch 'cleanup_pidfile' of https://github.com/mattikus/bcfg2 into maint
Sol Jerome
2014-10-23
2
-23
/
+41
|
\
|
*
Remove PIDFileError as it does not always exist in the package and is rarely ...
Matt Kemp
2014-10-02
1
-5
/
+0
|
*
Catch possible typeerror resulting from None being returned when reading the ...
Matt Kemp
2014-10-02
2
-2
/
+2
|
*
Fixes to ensure pidfile can be opened or broken if stale.
Matt Kemp
2014-10-01
2
-19
/
+15
|
*
pylint fixes.
Matt Kemp
2014-10-01
1
-3
/
+4
|
*
Attempt to break the pid lock during startup.
Matt Kemp
2014-10-01
2
-15
/
+41
*
|
Merge branch 'reporting-fix-filter' of https://github.com/AlexanderS/bcfg2 in...
Sol Jerome
2014-10-23
2
-39
/
+50
|
\
\
|
*
|
Reporting: better exception handling
Alexander Sulfrian
2014-10-20
1
-33
/
+44
|
*
|
Reporting: fix filter urls
Alexander Sulfrian
2014-10-12
1
-6
/
+6
*
|
|
Merge branch 'add-name-for-sources' of https://github.com/AlexanderS/bcfg2 in...
Sol Jerome
2014-10-21
2
-2
/
+19
|
\
\
\
|
*
|
|
Packages: add name to additional_data for Sources
Alexander Sulfrian
2014-10-18
1
-0
/
+1
|
*
|
|
Packages: add name to sources
Alexander Sulfrian
2014-10-18
2
-2
/
+18
|
|
/
/
*
|
|
Merge branch 'ssl-protocol-fix' of github.com:solj/bcfg2 into maint
Sol Jerome
2014-10-21
3
-5
/
+10
|
\
\
\
|
*
|
|
Proxy.py: Pass through SSL protocol option
Sol Jerome
2014-10-15
3
-5
/
+10
|
|
/
/
*
|
|
Merge pull request #215 from jsbillings/yum-plugin
Chris St. Pierre
2014-10-20
2
-0
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
YUM: Add options to enable and disable Yum plugins
Jonathan Billings
2014-10-17
2
-0
/
+22
|
/
/
*
|
doc: Clarify debian bcfg2 versions
Sol Jerome
2014-10-10
1
-3
/
+3
*
|
strike possibly incorrect docs about genshi/cheetah priority
Chris St. Pierre
2014-09-11
1
-9
/
+0
*
|
Merge branch 'bcfg2-1.3.5-python2.4-compat' of https://github.com/fennm/bcfg2...
Sol Jerome
2014-09-10
3
-6
/
+7
|
\
\
|
*
|
use Bcfg2.Compat to get any()
Michael Fenn
2014-09-10
1
-1
/
+1
|
*
|
Use older nested try syntax for finally for python 2.4 compat
Michael Fenn
2014-09-10
1
-4
/
+5
|
*
|
Use the older Thread.getName() interface for python 2.4 compat
Michael Fenn
2014-09-10
1
-1
/
+1
*
|
|
doc: Include the 1.3.5 release notes
Sol Jerome
2014-09-10
1
-0
/
+1
|
/
/
*
|
Version bump to 1.3.5
v1.3.5
Sol Jerome
2014-09-05
16
-17
/
+23
*
|
doc: Add 1.3.5 release notes
Sol Jerome
2014-09-04
1
-0
/
+33
*
|
Merge branch 'sysv-http' of https://github.com/nathanolla/bcfg2 into maint
Sol Jerome
2014-08-26
4
-4
/
+69
|
\
\
|
*
|
Log when downloading packages via HTTP
Nathan Olla
2014-08-19
1
-0
/
+2
|
*
|
Remove group tag from examples
Nathan Olla
2014-07-16
1
-4
/
+0
|
*
|
Check for origpkgtool attribute to prevent things that subclass SYSV from bre...
Nathan Olla
2014-07-16
1
-6
/
+8
|
*
|
Add some basic documentation for SYSV packages over HTTP
Nathan Olla
2014-07-16
1
-1
/
+26
|
*
|
Remove unused import of copy
Nathan Olla
2014-07-16
1
-1
/
+0
|
*
|
Implement _get_package_command and append _sysv_pkg_path attribute
Nathan Olla
2014-07-16
1
-33
/
+27
|
*
|
Fix indenting
Nathan Olla
2014-07-14
1
-5
/
+4
|
*
|
Fix indent.
Nathan Olla
2014-07-14
1
-1
/
+1
|
*
|
Add urlretrieve to Compat and document
Nathan Olla
2014-07-14
3
-3
/
+7
|
*
|
SYSV: Implement downloading and installing SYSV packages from HTTP
Nathan Olla
2014-07-14
1
-2
/
+46
*
|
|
debian: Clean up PID file
Sol Jerome
2014-08-15
1
-11
/
+12
*
|
|
Reporting: Remove duplicate method
Sol Jerome
2014-08-14
1
-3
/
+0
*
|
|
doc: Fix typo
Sol Jerome
2014-07-28
1
-1
/
+1
*
|
|
Packages/Apt: Essential could be "no"
Alexander Sulfrian
2014-07-28
1
-1
/
+2
*
|
|
Merge pull request #183 from AlexanderS/errexit-stderr
Chris St. Pierre
2014-07-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Server/Admin: fatal errors should go to stderr
Alexander Sulfrian
2014-07-27
1
-1
/
+1
*
|
|
|
POSIXUsers.py: Allow supplementary group = primary
Sol Jerome
2014-07-18
1
-1
/
+1
*
|
|
|
doc: Fix grammar
Sol Jerome
2014-07-17
1
-1
/
+1
*
|
|
|
Reporting: Fix prune items import and display
Sol Jerome
2014-07-15
2
-2
/
+2
*
|
|
|
Merge pull request #181 from nathanolla/solaris-package
Chris St. Pierre
2014-07-14
2
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use PYVERSION in Makefile and gen-prototypes consistently
Nathan Olla
2014-07-14
2
-3
/
+3
|
/
/
/
[next]