summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reload all Yum configuration before any install operation.1.1.0-stableJack Neely2012-01-111-0/+10
| | | | | | | | | This fixes a condition where it would take two Bcfg2 runs to properly deploy new packages. Prior, if new specification deployed a new Yum .repo file and new packages from that new repo, Bcfg2 would not be able to install the new packages until the second run. This change causes Yum to reload all of its configuration and incorperate any new .repo files before attempting to install packages.
* Merge branch '1.1.0-stable' of github.com:solj/bcfg2 into 1.1.xJack Neely2012-01-0913-32/+59
|\
| * Version bump to 1.1.3v1.1.3Sol Jerome2011-09-197-6/+12
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-info: Remove superfluous list comprehension.Andy Brody2011-09-191-1/+1
| |
| * bcfg2-info: Fix XPath syntax error in do_builddir.Andy Brody2011-09-191-1/+1
| |
| * added AddEntry calls reported by Arto JantunenChris St. Pierre2011-09-011-0/+2
| |
| * Backported unescaped shell command fixes from master branchChris St. Pierre2011-08-115-26/+45
| |
* | Addition Yum error handlingJack Neely2011-06-101-16/+34
| | | | | | | | | | | | Address ticket #955 and attempt to capture the exceptions that may possibly be generated from Yum or Yum's plugins and return some sort of error message.
* | Make -q turn off package verification in YUMngJack Neely2011-06-101-0/+3
|/ | | | | | This make the YUMng verification behavior like the APT tool. Before hand we just turned off package checksums which only worked with very new versions of Yum.
* Version bump to 1.1.2v1.1.2Sol Jerome2011-05-217-6/+12
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export: Fix version quoting in solaris packagingSol Jerome2011-05-211-2/+2
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 39fed8496bd7303c85403ba0c7507172eb1d7322)
* export.py: Update solaris package versionsSol Jerome2011-05-211-0/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* man: Add man page for bcfg2-ping-sweep (#997)Sol Jerome2011-05-212-10/+31
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 9f6bc110ab59108d24cb71bc3d866f44cc0248c6)
* Bcfg2: handle server strings that don't start with https:// (Resolves Ticket ↵Narayan Desai2011-05-141-0/+2
| | | | | | #975) (cherry picked from commit d9cd51cc7449902361611a0cef7cd4b71c57f11f)
* Packages: fix global package coalescing (Patch from Jeramey Crawford) ↵Narayan Desai2011-05-141-2/+2
| | | | | | (Resolves Ticket #973) (cherry picked from commit bd5aebba93fbd67b61d1a6f3ec221bc7e94f1559)
* doc: Add placement information for Recommended tag (Resolves Ticket #947)Sol Jerome2011-05-141-1/+1
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit e8be69a17541d1973ebb446cfe5af308e39ac68b)
* Chkconfig: track supervised services properly (Resolves Ticket #856)Narayan Desai2011-05-141-2/+2
| | | | (cherry picked from commit b29f693a88796fcd26d078ec72cf3a02603066f7)
* schema: Add support for verify attribute (Resolves Ticket #883)Sol Jerome2011-05-141-1/+2
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit f8bf243227b24d4ba6f83b6ab3991877d17af142)
* Fix a typo in an SSL error messageHolger Weiß2011-05-131-2/+2
| | | | (cherry picked from commit bdeb933b7b76f422a0df8f03cf74d2a3fe58b056)
* Fix bcfg2-reports --badentry and --extraentryHolger Weiß2011-05-131-4/+4
| | | | | | | | | | The reporting system schema has been changed. This change lead to exceptions such as | AttributeError: 'Entries_interactions' object has no attribute 'name' when running bcfg2-reports with the --badentry or --extraentry options. (cherry picked from commit b8b7e45c83df9f5951dd8faeb83347d920942cef)
* Proxy: Fix for Python 2.7 xmlrpclib Transport class (Patch from Gordon Messmer)Sol Jerome2011-05-121-6/+12
| | | | | | | | | Something changed in Python 2.7 with respect to the xmlrpclib.Transport api such that you need to store the authentication headers in self.extra_headers so that they are sent to the server properly. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 42169282aa36b97808e3b5046fab1dfa41ea81e5)
* YUMng: Fix handling of gpg-pubkey packages by yum 3.2.20 on SLESChris St. Pierre2011-03-171-1/+6
|
* Add error checking to make sure gpg-pubkeys have all needed informationJack Neely2011-03-171-2/+10
| | | | | | | | Conflicts: src/lib/Client/Tools/YUMng.py Cherry-picked from 81fce09fb9671c652703c37a5f9b48d020a34307
* SSLServer: Stop raising trapped exceptions from XMLRPCRequestHandler. ↵Tim Laszlo2011-01-241-1/+3
| | | | | | Causes the server to wedge. (Resolves #970) (cherry picked from commit 8394f59acd639f4a89c8010590819c773b1b803e)
* Metadata: Reload clients.xml before writing if the Pseudo file monitor is usedTim Laszlo2011-01-241-0/+17
| | | | (cherry picked from commit d656849aafeabcf9f92ce8068ccd404832f61735)
* Metadata: Typo in XIncludeErrorTim Laszlo2011-01-241-1/+1
| | | | (cherry picked from commit 5c6fb0091e72b127ff9ce9217ea0a0c9fb9c9a53)
* Metadata: Stop stripping comments from clients.xml (Resolves #929)Tim Laszlo2011-01-241-10/+2
| | | | (cherry picked from commit ca6bf209b2a1c655fd5fa076ff0dc609ad066ca7)
* doc: Fix broken link to help pagesSol Jerome2010-11-221-1/+1
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit b6eab0d793bdad28755f61cef670a62b3ffc50e4)
* macports: Sync with upstream (updated for 1.1.1)Sol Jerome2010-11-182-22/+28
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 7a85e5deaaea9b237be1762f4ba5062632119f92)
* doc: Fix broken plugin linksSol Jerome2010-11-151-3/+3
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 0a7ab577370872ebab45d21bf25d31a1bae9e3b9)
* redhat/bcfg2.spec.in: Add bcfg2-reports manpage (Patch from Jonathan Billings)v1.1.1Sol Jerome2010-11-151-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Fix archive creation bug in export scriptSol Jerome2010-11-151-1/+1
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 5abb142f341b51fb03f5c57434b977beecb4b27a)
* Version bump to 1.1.1Sol Jerome2010-11-155-4/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Update export script for use with gitSol Jerome2010-11-151-19/+15
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 010e4a6c963f5c8983cd1c948cb988d4d2e001fe)
* docs: add note about sqlite permissionTim Laszlo2010-11-041-0/+2
| | | | (cherry picked from commit 26ef554fb2b2e85971fafd0e371845e9edea69d1)
* docs: Remove references to "bcfg2-admin reports init" until its fixed in 1.1.1Tim Laszlo2010-11-041-8/+3
| | | | (cherry picked from commit 378bcbeef00ad842e1a7cbad7358ed1523054843)
* docs: Added more information for the metadata object used in TGenshi and ↵Tim Laszlo2010-11-043-16/+73
| | | | | | TCheetah (cherry picked from commit dd0168f42a2efddecec09c51313899ea7b3b39ec)
* YUMng: Sync Joe Digilio's patch over from svnSol Jerome2010-11-031-0/+7
| | | | | | | | | | | | | | | Jack Neely's commit message: Add a patch from Joe Digilio to include a verify_flags knob. I've added a line to also load this from the config file, and log in debug mode. Specifying 'verify_flags' with an Instance will override the values from the config file. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 53a383ab2afcbcac748b5387cbfb786feb5f7acf)
* doc: Update version for next stable releaseSol Jerome2010-11-031-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: fix bcfg2-admin reports init when db is nonexistentTim Laszlo2010-11-021-2/+6
|
* bcfg2-info: showentries matches argument length incorrectlyTim Laszlo2010-11-021-1/+1
| | | | (cherry picked from commit d7ce5d6926dffab8c167d41f4068d0f71c9beda7)
* Guppy.py: New plugin to help trace memory leaksTim Laszlo2010-10-271-0/+63
| | | | (cherry picked from commit 4be21b7fbb93c3552713ab9914114fbe0068b93d)
* Extend client metadata to include group category informationTim Laszlo2010-10-271-2/+16
| | | | (cherry picked from commit cc1d65d91aa00cdc91637c2e9afa36e11b5cc6a0)
* README: Update URLs to point to bcfg2.orgSol Jerome2010-10-181-7/+7
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> (cherry picked from commit 1b56006774c2f835e2826f49f26fcb4cbe15414b)
* doc: Fix centos quickstart instructions (reported by Joe Sauer)Sol Jerome2010-10-151-1/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* APT: Install missing configuration files (Fixes Ticket #622)Sol Jerome2010-10-121-1/+3
| | | | | | | | | We used to not do this because the user may have removed the configuration file in question on purpose. However, now that we have support for nonexistent entries, we can afford to add this option without any consequences. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pull: Fix help message formattingSol Jerome2010-10-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Make Bcfg2 references consistentSol Jerome2010-10-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add Packages note to Deps plugin documentationSol Jerome2010-10-111-0/+6
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6096 ce84e21b-d406-0410-9b95-82705330c041
* doc: Clean up the quickstart and update it for current codeSol Jerome2010-10-111-27/+26
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6095 ce84e21b-d406-0410-9b95-82705330c041