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
/
APT.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to run directly from a git checkout (#1037)
Sol Jerome
2012-03-24
1
-271
/
+0
*
Remove svn keywords
Sol Jerome
2012-02-19
1
-1
/
+0
*
Use new python-apt API and fall back to the old API when new API isn't available
Jeroen Dekkers
2011-11-23
1
-23
/
+52
*
Merge branch 'apk' of https://github.com/fabaff/bcfg2
Sol Jerome
2011-10-11
1
-2
/
+2
|
\
|
*
Minor changes
Fabian Affolter
2011-10-11
1
-2
/
+2
*
|
APT: Add filter for deprecated API access
Holger Weiß
2011-09-18
1
-0
/
+1
|
/
*
APT: Add type='ignore' support (patch from tie on IRC)
Sol Jerome
2011-08-17
1
-2
/
+11
*
Client Tools: Add PY3K compatibility
Sol Jerome
2011-06-15
1
-1
/
+2
*
APT: Add two filters for deprecated API accesses
Holger Weiß
2011-06-14
1
-0
/
+2
*
APT: Catch apt-python initialization failures (#1001)
Sol Jerome
2011-04-06
1
-1
/
+5
*
APT/YUMng: Remove stray punctuation
Sol Jerome
2011-03-01
1
-1
/
+1
*
client tools: Add verification failure suggestion (Resolves #724)
Sol Jerome
2011-01-22
1
-0
/
+3
*
APT: Enforce appearance of /usr/sbin and /sbin in PATH (Resolves Ticket #968)
Narayan Desai
2011-01-22
1
-1
/
+5
*
APT: Enable debugging output from apt-get
Richard Connon
2011-01-11
1
-8
/
+9
*
POSIX: Remove client-side support for old POSIX types
Sol Jerome
2010-10-18
1
-1
/
+1
*
APT: Install missing configuration files (Fixes Ticket #622)
Sol Jerome
2010-10-12
1
-1
/
+3
*
Add the ability to specify important entries via info/info.xml
Sol Jerome
2010-06-22
1
-1
/
+2
*
APT: Add more filters for deprecated apt API accesses (Patch from Kioob)
Sol Jerome
2010-06-21
1
-0
/
+2
*
APT: Fix nonexistent Path verification failures (Reported by Remi Broemeling)
Sol Jerome
2010-06-10
1
-0
/
+6
*
Updated files to match PEP 257
Fabian Affolter
2010-06-07
1
-6
/
+8
*
APT: Add sources.list* to __important__ list
Sol Jerome
2010-04-13
1
-9
/
+10
*
APT: produce reasonable interactive messages for version=auto entries
Narayan Desai
2010-04-08
1
-1
/
+1
*
APT: Add support for using non-standard tool paths (Resolves Ticket #773
Sol Jerome
2010-03-13
1
-9
/
+25
*
APT: add support for new debsums (Patch from Nicolas Dandrimont)
Narayan Desai
2010-03-13
1
-1
/
+3
*
APT: suppress apt driver api warnings
Narayan Desai
2009-11-05
1
-0
/
+2
*
Client tools: Remove unnecessary extra whitespace
Sol Jerome
2009-08-16
1
-5
/
+5
*
APT: add backwards compatibility for python-apt 0.6
Narayan Desai
2009-07-21
1
-2
/
+9
*
APT/Client: Suppress known warnings
Sol Jerome
2009-06-26
1
-0
/
+4
*
APT: Force cache reload to get data from source updates
Narayan Desai
2009-06-14
1
-5
/
+3
*
APT: fix cache invalidation
Narayan Desai
2009-06-14
1
-0
/
+2
*
APT.Remove: Split up package names properly
Sol Jerome
2009-05-22
1
-1
/
+1
*
Remove unused imports for pylint
Sol Jerome
2009-04-17
1
-1
/
+1
*
Revert dict accesses in APT tool
Sol Jerome
2009-01-13
1
-1
/
+1
*
Add more verbose apt cache mismatch errors
Narayan Desai
2009-01-13
1
-2
/
+7
*
Fall back to auto behavior for APT version=any installation (Resolves Ticket ...
Narayan Desai
2009-01-13
1
-3
/
+1
*
Improve error message for APT.py when version=any (Resolves Ticket #631)
Narayan Desai
2009-01-13
1
-0
/
+2
*
Update dictionary accesses to work with Python 3.0
Sol Jerome
2008-12-22
1
-2
/
+2
*
Merge branch 'tools'
Narayan Desai
2008-12-10
1
-0
/
+8
*
pylint fixes for client code
Narayan Desai
2008-12-08
1
-1
/
+1
*
Implement version=any for Apt driver
Narayan Desai
2008-11-25
1
-0
/
+2
*
Fix false verification failure
Narayan Desai
2008-11-25
1
-0
/
+1
*
New APT driver (git-svn sent the last change astray)
Narayan Desai
2008-11-22
1
-82
/
+120
*
Fix apt purge calls (Fix PDS's issue reported on IRC)
Narayan Desai
2008-10-28
1
-1
/
+1
*
Pylint formatting fixes for client tool drivers
Sol Jerome
2008-09-27
1
-3
/
+10
*
Make APT use purge to remove extra services.
Sol Jerome
2008-09-09
1
-1
/
+1
*
Fix for ticket #586, seem to happen only with recent version of debsums
Steve Tousignant
2008-09-03
1
-0
/
+5
*
Fix apt plugin
Narayan Desai
2008-08-07
1
-2
/
+0
*
remove extra call to self.RefreshPackages() (Resolves Ticket #591)
Narayan Desai
2008-08-06
1
-1
/
+1
*
Change to use correct syntax for DPkg options, as gleaned from a google
Daniel Joseph Barnhart Clark
2008-06-22
1
-1
/
+1
*
add more non-interactive options for APT
Narayan Desai
2008-06-22
1
-1
/
+1
[next]