Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fixed logging, deduplicated code in FileProbes | Chris St. Pierre | 2012-03-14 | 1 | -70/+77 | |
| | | | ||||||
* | | | make EntrySet gracefully handle bogus 'changed' events from FAM | Chris St. Pierre | 2012-03-14 | 1 | -0/+6 | |
| | | | ||||||
* | | | fixed typo in example bcfg2-lint config | Chris St. Pierre | 2012-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | fixed print() calls in Cfg | Chris St. Pierre | 2012-03-14 | 1 | -10/+10 | |
| | | | ||||||
* | | | make Trigger ignore temp files, VCS metadata | Chris St. Pierre | 2012-03-14 | 1 | -3/+10 | |
| | | | ||||||
* | | | killing FileProbes because a file fetch failed is probably not ideal | Chris St. Pierre | 2012-03-13 | 1 | -1/+0 | |
| | | | ||||||
* | | | bcfg2.spec: Fix pythonpath detection on older versions of sphinx | Sol Jerome | 2012-03-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | | | added debugging about ssh_known_hosts cache invalidation to SSHbase | Chris St. Pierre | 2012-03-13 | 1 | -0/+4 | |
| | | | ||||||
* | | | solaris: Fix building on Solaris 10 | Dan Foster | 2012-03-09 | 2 | -9/+35 | |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | | | doc: Fix download link reported by Simon Metson on IRC | Sol Jerome | 2012-02-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | | | set default debuglevel for Packages yum configs, add debug output from ↵ | Chris St. Pierre | 2012-02-23 | 1 | -0/+6 | |
|/ / | | | | | | | bcfg2-yum-helper | |||||
* | | Add Fedora/Mandriva changes to static spec file. | Christopher 'm4z' Holm | 2012-02-18 | 1 | -1/+29 | |
| | | | | | | | | (cherry picked from commit 9b0232fbf988263b987f89c89ca881b3fbd43e24) | |||||
* | | Merge pull request #18 from m4z/master | Chris St. Pierre | 2012-02-17 | 1 | -21/+137 | |
|\ \ | | | | | | | openSUSE compat in spec file. | |||||
| * | | Add openSUSE compatibility to static spec file. | Christopher 'm4z' Holm | 2012-02-17 | 1 | -21/+137 | |
|/ / | ||||||
* | | handle bogus FAM deleted events gracefully | Chris St. Pierre | 2012-02-16 | 1 | -1/+4 | |
| | | ||||||
* | | bcfg2-build-reports: Fix type reported by cbrinke on IRC (#1100) | Sol Jerome | 2012-02-15 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | catch error if Packages plugin lacks permissions to create cachedir | Chris St. Pierre | 2012-02-06 | 1 | -1/+6 | |
| | ||||||
* | made PackagesConfig object more resilient on initial plugin loading | Chris St. Pierre | 2012-02-06 | 1 | -1/+1 | |
| | ||||||
* | Fix the "Generated config for" regexp in the server logcheck ignore file | Arto Jantunen | 2012-02-05 | 1 | -1/+1 | |
| | ||||||
* | Rename bcfg2-server.README.debian to /bcfg2-server.README.Debian | Arto Jantunen | 2012-02-05 | 1 | -0/+0 | |
| | | | | | The later is the canonically correct name (debhelper does operate on the former one as well, though, so this is purely cosmetic). | |||||
* | Have bcfg2-web depend on bcfg2-server instead of the client | Arto Jantunen | 2012-02-05 | 1 | -1/+1 | |
| | | | | The server package contains the Reports module. | |||||
* | Use the correct name for the sqlalchemy package (python-sqlalchemy) | Arto Jantunen | 2012-02-05 | 1 | -1/+1 | |
| | ||||||
* | Restore missing pipes import in svn plugin | Arto Jantunen | 2012-02-05 | 1 | -0/+1 | |
| | | | | | | | This was noticed while merging 1.2.0 to the Debian packaging branch, it was apparently missed in the original security fix (f4a35efe) but included in the backport of the same commit to the 1.1 series (46795ae4). | |||||
* | examples: Fix dirvish example (reported by esrax on IRC) | Sol Jerome | 2012-02-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Options: Inform user when unable to read bcfg2.conf | Sol Jerome | 2012-02-01 | 1 | -1/+11 | |
| | | | | | | | | | | | | | Reported by mattikus on IRC. The real problem here is that we are glossing over a ton of potential errors with an "except: pass" block. We need to redo this so that we catch all the potential errors and pass them on to the user. The error we were seeing in this case was caused by insufficient permissions to read the bcfg2.conf file. There is an exception that is thrown, but it was glossed over in the calling try/except block. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | man: Fix lintian error from debian | Sol Jerome | 2012-01-30 | 1 | -3/+4 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Redhat/SUSE: Remove the execution of 'rpm' in specfile | Jonathan Billings | 2012-01-30 | 1 | -10/+3 | |
| | | | | | | | | Since both Red Hat and SuSE seem to have packages named python-lxml, there's no longer any need to have logic to use a package named 'lxml'. Using the 'rpm' command inside a spec file also breaks mock, so this will allow the spec to be used in build environments that use mock. | |||||
* | Remove extraneous '%changelog' in bcfg2.spec | Sol Jerome | 2012-01-29 | 1 | -1/+0 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | osx: Synchronize Portfile with upstream | Sol Jerome | 2012-01-29 | 1 | -3/+3 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | gentoo: Add python-setuptools build dependency | Sol Jerome | 2012-01-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | debian: Add python-setuptools build dependency | Sol Jerome | 2012-01-28 | 1 | -1/+1 | |
| | | | | | | | Without this, debian/ubuntu packages fail to build due to the import added in 7f92169. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | Version bump to 1.2.1v1.2.1 | Sol Jerome | 2012-01-27 | 10 | -10/+16 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | fixed typo | Chris St. Pierre | 2012-01-27 | 1 | -1/+1 | |
| | ||||||
* | made bcfg2-admin accept -Q flag and a few others; general code cleanup | Chris St. Pierre | 2012-01-26 | 16 | -121/+72 | |
| | ||||||
* | fixed bug with setting arch groups properly (reported by esrax in #bcfg2) | Chris St. Pierre | 2012-01-26 | 1 | -8/+14 | |
| | ||||||
* | fixed error handling | Chris St. Pierre | 2012-01-26 | 1 | -0/+1 | |
| | ||||||
* | fixed mistake in previous commit | Chris St. Pierre | 2012-01-26 | 1 | -0/+1 | |
| | ||||||
* | track service restarts to prevent a service from being restarted multiple ↵ | Chris St. Pierre | 2012-01-26 | 1 | -5/+13 | |
| | | | | times by a single bcfg2 run (#853) | |||||
* | made GroupSpool more forgiving of changed events on files it doesn't know ↵ | Chris St. Pierre | 2012-01-26 | 1 | -20/+39 | |
| | | | | about (#992) | |||||
* | suppress error message from bcfg2-admin Reports module if Reports not ↵ | Chris St. Pierre | 2012-01-26 | 4 | -22/+14 | |
| | | | | configured (#1056) | |||||
* | made automatic repository naming not suck horribly | Chris St. Pierre | 2012-01-25 | 2 | -10/+32 | |
| | ||||||
* | Cfg: Inform user of info.xml override (#1089) | Sol Jerome | 2012-01-25 | 1 | -5/+14 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | fixed Pkgmgr bcfg2-lint plugin (#1082) | Chris St. Pierre | 2012-01-25 | 2 | -11/+12 | |
| | ||||||
* | prompt for interactive install of pre and both actions (#1052) | Chris St. Pierre | 2012-01-25 | 1 | -20/+22 | |
| | ||||||
* | turn off web_debug by default, give a warning if it's on | Chris St. Pierre | 2012-01-25 | 5 | -15/+6 | |
| | ||||||
* | implemented something like service removal (#1075) | Chris St. Pierre | 2012-01-24 | 2 | -1/+8 | |
| | ||||||
* | removed unnecessary raise (#1068) | Chris St. Pierre | 2012-01-24 | 1 | -1/+0 | |
| | ||||||
* | fixed specfiles (#1087) | Chris St. Pierre | 2012-01-24 | 3 | -2/+4 | |
| | ||||||
* | fixed metadata/resolver option defaults | Chris St. Pierre | 2012-01-24 | 1 | -0/+4 | |
| | ||||||
* | improved Packages debug info, added packageresolve and packagesources ↵ | Chris St. Pierre | 2012-01-24 | 4 | -75/+125 | |
| | | | | bcfg2-info commands |