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
/
Server
/
Plugins
/
Packages.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Packages: Properly detect when user didn't create sources.xml
anatoly techtonik
2011-09-12
1
-1
/
+4
*
Packages: Fix traceback when sources.xml is missing (#1043)
Sol Jerome
2011-09-12
1
-1
/
+6
*
fix traceback when packages.conf doesn't exist or there is no [global]
Joe Digilio
2011-09-02
1
-0
/
+2
*
fixed backtrace if Packages downloads a bogus GPG key
Chris St. Pierre
2011-08-05
1
-6
/
+13
*
made packages.conf optional
Chris St. Pierre
2011-08-05
1
-1
/
+5
*
fix broken assembling of yum repo url
Joe Digilio
2011-08-03
1
-1
/
+1
*
don't add gpg-pubkey package unless there are instances to install
Chris St. Pierre
2011-08-02
1
-35
/
+36
*
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
1
-247
/
+652
*
Packages: Solve byte string incompatibility in a different way
Sol Jerome
2011-05-03
1
-1
/
+1
*
Plugins: Handle builtin file type for PY3K
Sol Jerome
2011-05-03
1
-8
/
+14
*
Plugins: Fix import and indent errors
Sol Jerome
2011-04-26
1
-1
/
+1
*
Plugins: Add full PY3K compatibility
Sol Jerome
2011-04-26
1
-8
/
+18
*
Plugins: PY3K + PEP8 fixes
Sol Jerome
2011-04-06
1
-11
/
+24
*
Packages: fix global package coalescing (Patch from Jeramey Crawford) (Resolv...
Narayan Desai
2011-01-06
1
-2
/
+2
*
Packages: Pylint/PEP8 fixes
Sol Jerome
2010-11-15
1
-11
/
+14
*
changed package type to 'pacman', if request package version is 'auto' and it...
Asaf
2010-11-02
1
-1
/
+1
*
Packages plugin / Client tools : add support for pacman based distros(arch, p...
asaf
2010-11-02
1
-0
/
+112
*
Packages: fix is_pkg breakage
Narayan Desai
2010-09-27
1
-1
/
+1
*
Packages: restore whitelist functionality (patch from Richard Connon) (Resolv...
Narayan Desai
2010-09-26
1
-22
/
+20
*
Packages: Assign the deps variable before resolution.
Tim Laszlo
2010-09-04
1
-0
/
+1
*
Packages: fix type conflict
Narayan Desai
2010-08-30
1
-1
/
+1
*
Packages: fix type conflict
Narayan Desai
2010-08-30
1
-1
/
+1
*
Packages: invalidate virt_pkgs cache when source data is reloaded
Narayan Desai
2010-08-28
1
-0
/
+1
*
Packages: dep resolver rewrite
Narayan Desai
2010-08-27
1
-154
/
+150
*
Fix typos
Sol Jerome
2010-08-14
1
-1
/
+1
*
Don't assume python2.5 is being used on successful hashlib import
Sol Jerome
2010-08-11
1
-2
/
+4
*
Packages: Move knobs to config.xml
Tim Laszlo
2010-08-04
1
-26
/
+12
*
Packages: Resolver/Metadata options
Tim Laszlo
2010-08-04
1
-1
/
+32
*
Packages: Allow soft relaods and use a checksum for cache file.
Tim Laszlo
2010-08-04
1
-41
/
+41
*
Packages: Expose repo data as a Connector
Tim Laszlo
2010-08-04
1
-4
/
+24
*
Packages: Allow xinclude and add XML error handling
Tim Laszlo
2010-07-30
1
-6
/
+18
*
Packages: Remove log line from black/whitelist test
Tim Laszlo
2010-07-30
1
-1
/
+0
*
Packages: Allow for whitelisting
Tim Laszlo
2010-07-30
1
-7
/
+11
*
Packages: Treat blacklisted packages as if they don't exist
Tim Laszlo
2010-07-30
1
-2
/
+2
*
Packages: Allow authentication in urls
Tim Laszlo
2010-07-16
1
-2
/
+25
*
Packages: Add RawURL support for APT sources (Patch from Remi Broemeling for ...
Sol Jerome
2010-06-24
1
-11
/
+16
*
Core: Allow the specification of plugin conflicts (Fix for Ticket #875)
Sol Jerome
2010-04-24
1
-0
/
+1
*
Packages: fix handling of negative recommended directive
Narayan Desai
2010-04-17
1
-1
/
+3
*
Packages: fix up config file reading
Narayan Desai
2010-04-17
1
-1
/
+1
*
Packages: implement support for recommended packages in APTSources
Narayan Desai
2010-04-17
1
-6
/
+16
*
Packages: handle BoundPackage entries for prereq processing
Narayan Desai
2010-04-08
1
-1
/
+2
*
Packages: implement blacklist functionality
Narayan Desai
2010-04-08
1
-6
/
+16
*
Packages: Add 'fedora' os group to the list of basegroups
Sol Jerome
2010-03-09
1
-1
/
+1
*
Packages: fix minor thinko in error path [bugfix]
Narayan Desai
2010-02-15
1
-1
/
+1
*
Packages: get rid of spurious whitespace in choice pkg names
Narayan Desai
2010-02-14
1
-1
/
+1
*
Packages: fix dep issue on apt sources [bugfix]
Narayan Desai
2010-02-14
1
-1
/
+1
*
Packages: add pre-depends requirements for apt package sources (Resolves Tick...
Narayan Desai
2010-02-14
1
-1
/
+1
*
Packages: [bugfix]
Narayan Desai
2010-02-14
1
-37
/
+24
*
Packages: process apt-source choices correctly with multi-package version req...
Narayan Desai
2010-01-20
1
-4
/
+4
[next]