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
/
Client
Commit message (
Expand
)
Author
Age
Files
Lines
*
YUMng: Fix spelling
Sol Jerome
2010-07-19
1
-1
/
+1
*
YUMng: Add basic Yum error handling on load
Tim Laszlo
2010-07-08
1
-3
/
+13
*
YUMng: Use native Yum API
Tim Laszlo
2010-07-08
1
-134
/
+96
*
Add the ability to specify important entries via info/info.xml
Sol Jerome
2010-06-22
4
-3
/
+8
*
APT: Add more filters for deprecated apt API accesses (Patch from Kioob)
Sol Jerome
2010-06-21
1
-0
/
+2
*
RPMng, YUMng improvements (patch from slack)
Narayan Desai
2010-06-21
2
-15
/
+51
*
POSIX: Don't install incompletely specified directory entries (Resolves Ticke...
Sol Jerome
2010-06-16
1
-1
/
+9
*
POSIX: Don't set perms for unspecified entries (Resolves ticket #893)
Sol Jerome
2010-06-16
1
-0
/
+8
*
Upstart: Fix bug when installing services
Sol Jerome
2010-06-16
1
-6
/
+6
*
Add /etc/yum.repos.d to the important list for YUMng
Tim Laszlo
2010-06-14
1
-1
/
+2
*
APT: Fix nonexistent Path verification failures (Reported by Remi Broemeling)
Sol Jerome
2010-06-10
1
-0
/
+6
*
tabs -> spaces
Sol Jerome
2010-06-10
1
-5
/
+5
*
MacPorts/Portage: Fix indentation errors
Sol Jerome
2010-06-10
2
-2
/
+2
*
Updated files to match PEP 257
Fabian Affolter
2010-06-07
2
-15
/
+16
*
Updated files to match PEP 257
Fabian Affolter
2010-06-07
20
-180
/
+182
*
Chkconfig: Fix supervised mode status='off' behavior (Patch from Mathieu Jobin)
Sol Jerome
2010-05-18
1
-9
/
+17
*
YUMng: Add support for Path type='ignore' entries
Sol Jerome
2010-04-30
2
-2
/
+21
*
YUMng: make yumng robust again virtual package specs (patch from slack)
Narayan Desai
2010-04-30
1
-7
/
+26
*
Upstart: Fix traceback for non-upstart services (Resolves Ticket #878)
Sol Jerome
2010-04-29
1
-2
/
+7
*
YUMng: Fix list comprehension traceback (Reported by Jonathan Billings) [bugfix]
Sol Jerome
2010-04-29
1
-2
/
+2
*
Frame.py: Fix handling of ^C on CentOS 5
Sol Jerome
2010-04-22
1
-0
/
+3
*
Upstart: Fix traceback for services that don't exist
Sol Jerome
2010-04-21
1
-10
/
+16
*
Frame: Modify list comprehension so that it doesn't require lxml
Sol Jerome
2010-04-14
1
-2
/
+3
*
APT: Add sources.list* to __important__ list
Sol Jerome
2010-04-13
2
-9
/
+24
*
APT: produce reasonable interactive messages for version=auto entries
Narayan Desai
2010-04-08
1
-1
/
+1
*
YUMng: preinstall /etc/yum.d/*
Narayan Desai
2010-04-08
1
-0
/
+3
*
RcUpdate: Add supervised service install
Sol Jerome
2010-03-26
1
-5
/
+13
*
Removed unnecessary variable. Fixed usage of uninitialized variable.
Sol Jerome
2010-03-26
1
-3
/
+3
*
We don't call the init script anymore.
Sol Jerome
2010-03-26
1
-8
/
+0
*
We don't do that, this is done by __init__.py.
Sol Jerome
2010-03-26
1
-10
/
+0
*
Fixed a bug in the last commit. Is_enabled now really checks if
Sol Jerome
2010-03-26
1
-11
/
+11
*
Reworked RcUpdate.py. VerifyService now checks if running services are
Sol Jerome
2010-03-26
1
-34
/
+61
*
POSIX: Add support to properly verify new POSIX entries (directories)
Sol Jerome
2010-03-22
1
-1
/
+2
*
Portage.py: Fix equery usage for newer versions of gentoolkit (Patch from Phi...
Sol Jerome
2010-03-22
1
-1
/
+3
*
Client/Tools/__init__.py: Report return value in lower bits of cmdstat
Sol Jerome
2010-03-22
1
-1
/
+4
*
Upstart: Properly verify service status
Sol Jerome
2010-03-18
2
-4
/
+19
*
APT: Add support for using non-standard tool paths (Resolves Ticket #773
Sol Jerome
2010-03-13
1
-9
/
+25
*
Upstart: Add new upstart client tool
Sol Jerome
2010-03-13
2
-3
/
+83
*
APT: add support for new debsums (Patch from Nicolas Dandrimont)
Narayan Desai
2010-03-13
1
-1
/
+3
*
FreeBSDInit: Add __init__ call (Resolves Ticket #814)
Sol Jerome
2010-02-17
1
-0
/
+1
*
SMF: Spelling fix
Sol Jerome
2010-02-17
1
-1
/
+1
*
Remove duplicate definitions (reported by zed on irc) [bugfix]
Sol Jerome
2010-02-10
1
-8
/
+0
*
rpmtools: Use hashlib for 2.5 or greater clients
Sol Jerome
2010-02-01
1
-2
/
+11
*
RcUpdate: Fix Service detection on Gentoo (Patch from Thorsten Lockert #825) ...
Sol Jerome
2010-01-20
1
-0
/
+10
*
Code cleanups
Sol Jerome
2009-12-30
1
-1
/
+1
*
RPMng: fix ignore filename handing (Resolves Ticket #811)
Narayan Desai
2009-12-09
1
-4
/
+3
*
IPS: Fix typo (Patch from Matthew Baker) [bugfix]
Sol Jerome
2009-12-04
1
-2
/
+2
*
MacPorts: Preliminary attempt at a workable macports client tool
Sol Jerome
2009-11-30
2
-2
/
+62
*
rpmtools: Spelling/pep8 fixes
Sol Jerome
2009-11-30
1
-22
/
+22
*
launchd: fixed return code checks when (un)installing services
Kamil Kisiel
2009-11-25
1
-2
/
+2
[next]