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
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
APK: Pylint/PEP8 fixes
Sol Jerome
2011-10-11
1
-8
/
+12
*
Merge branch 'apk' of https://github.com/fabaff/bcfg2
Sol Jerome
2011-10-11
3
-4
/
+62
|
\
|
*
Initial support for the APK management in Alpine Linux.
Fabian Affolter
2011-10-11
1
-0
/
+58
|
*
Minor changes
Fabian Affolter
2011-10-11
2
-4
/
+4
*
|
* Added support for yum libraries (if available and configured). This
Chris St. Pierre
2011-10-07
1
-3
/
+12
*
|
APT: Add filter for deprecated API access
Holger Weiß
2011-09-18
1
-0
/
+1
*
|
POSIX: Honor the user's umask
Holger Weiß
2011-09-14
1
-7
/
+7
*
|
DebInit: Always initialize "start_sequence"
Holger Weiß
2011-09-12
1
-0
/
+1
*
|
DebInit: Check for .legacy-bootordering file
Holger Weiß
2011-09-12
1
-1
/
+2
*
|
Mark entry as modified only if Install() succeeded
Holger Weiß
2011-09-07
1
-1
/
+2
|
/
*
POSIX: Unset umask (Resolves #1031)
Sol Jerome
2011-08-26
1
-0
/
+7
*
APT: Add type='ignore' support (patch from tie on IRC)
Sol Jerome
2011-08-17
1
-2
/
+11
*
Action: Fix decision mode installation (resolves #1029)
mkd
2011-08-16
1
-5
/
+21
*
Action: Fix whitelist mode (Resolves #1029)
Sol Jerome
2011-08-10
1
-1
/
+5
*
fixed stupid typo
Chris St. Pierre
2011-08-08
1
-1
/
+1
*
do not start/stop services with "-s disabled"
Chris St. Pierre
2011-08-08
1
-3
/
+4
*
Chkconfig: Use LANG=C to avoid locale conflicts (Resolves #1028 and #926)
Sol Jerome
2011-07-22
1
-0
/
+3
*
as per http://trac.mcs.anl.gov/projects/bcfg2/ticket/1026
Josh Koenig
2011-07-20
1
-1
/
+1
*
Remove useless parentheses
Holger Weiß
2011-06-30
1
-4
/
+4
*
New Info attribute: "sensitive"
Holger Weiß
2011-06-29
1
-5
/
+9
*
YUMng: arch may not be specified
Jack Neely
2011-06-22
1
-1
/
+6
*
YUMng: correct syntax in list comp
Jack Neely
2011-06-22
1
-1
/
+1
*
Packages are uniquely identified by both name and arch
Jack Neely
2011-06-22
1
-2
/
+2
*
POSIX: Add recursive permissions (Ticket #871)
Sol Jerome
2011-06-18
1
-2
/
+57
*
Client Tools: Add PY3K compatibility
Sol Jerome
2011-06-15
6
-22
/
+49
*
Addition Yum error handling
Jack Neely
2011-06-14
1
-16
/
+34
*
Make -q turn off package verification in YUMng
Jack Neely
2011-06-14
1
-0
/
+3
*
POSIX: Detect missing cache directory failures
Sol Jerome
2011-06-14
1
-2
/
+9
*
YUMng: Fix typo in last commit
Sol Jerome
2011-06-14
1
-1
/
+1
*
YUM: Make YUMng the preferred client tool on RPM systems
Sol Jerome
2011-06-14
2
-3
/
+1
*
Create non-ASCII diffs
Holger Weiß
2011-06-14
1
-9
/
+19
*
POSIX: Clarify normalization error (Reported by Tim Goodaire)
Sol Jerome
2011-06-14
1
-2
/
+4
*
APT: Add two filters for deprecated API accesses
Holger Weiß
2011-06-14
1
-0
/
+2
*
Upstart: Fix typo reported by justintime on IRC
Sol Jerome
2011-06-14
1
-1
/
+1
*
Client/Tools: Get rid of popen2 (in favor of subprocess)
Sol Jerome
2011-04-28
1
-45
/
+7
*
SvcTools: Change return from mode="manual" to false so the entries report a B...
Tim Laszlo
2011-04-25
6
-6
/
+6
*
SvcTool: adding interactive_only mode
Tim Laszlo
2011-04-25
1
-1
/
+3
*
Lots of cleanup for bcfg2-repo-validate rewrite:
Chris St. Pierre
2011-04-21
1
-11
/
+11
*
Add basic support for systemd services.
Jeffrey C. Ollie
2011-04-19
1
-0
/
+59
*
VCS: Initial commit (#754)
Sol Jerome
2011-04-13
1
-0
/
+137
*
Tools: Skip Installation for mode='manual' services (#965)
Sol Jerome
2011-04-12
6
-0
/
+30
*
Client: PY3K + PEP8 fixes
Sol Jerome
2011-04-07
5
-43
/
+66
*
APT: Catch apt-python initialization failures (#1001)
Sol Jerome
2011-04-06
1
-1
/
+5
*
add ability to ignore a debian Service
Joe Digilio
2011-03-25
2
-0
/
+8
*
Add error checking to make sure gpg-pubkeys have all needed information
Jack Neely
2011-03-17
1
-0
/
+8
*
Better handling of backup files in paranoid mode (Patch from mkd ticket #995)
Sol Jerome
2011-03-06
1
-3
/
+4
*
APT/YUMng: Remove stray punctuation
Sol Jerome
2011-03-01
2
-2
/
+2
*
YUMng: Fix handling of gpg-pubkey packages by yum 3.2.20 on SLES
Chris St. Pierre
2011-02-24
1
-1
/
+6
*
Service: Allow services that are both supervised and custom (Ticket #979)
Chris St. Pierre
2011-02-24
1
-4
/
+2
*
POSIX: Implement recursive attribute for nonexistent Paths
Sol Jerome
2011-02-21
1
-6
/
+30
[next]