| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Python < 2.6 uses the '0600' format for specifying the mode while 2.6
and later allow the use of '0o600'. Since python 3 forces the latter, we
can use the stat module to maintain compatibility with both.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
| |
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
| |
|
|
|
|
| |
'bcfg2-admin reports purge' to make purge honor -q flag.
|
| |
|
|
|
|
|
|
|
|
| |
* Handle keyboard interrupts (fixes a traceback)
* Fix default plugin list (missing punctuation)
* Various PEP8 fixes
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
|
|
| |
(cherry picked from commit 0743aa20d0ee4c7b9cff50d814503e80efe6d433)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
|
|
| |
(cherry picked from commit be721375800bf740a26b83291086e2504d128e98)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
|
|
| |
(cherry picked from commit a8352dc470ce0b0fe3400e9818d5c58c7116adca)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
|
|
| |
(cherry picked from commit 6047e808b2f0e09560442a05da870475bcd2b7ec)
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
| |
(cherry picked from commit 892e6251a65f772d2abfaecae17c4e950c6f6ac7)
|
|
|
|
| |
(cherry picked from commit fbabad08f4dbe98c74e55f5b6fa4a4e371fcea56)
|
|
|
|
| |
(cherry picked from commit be37ebbe4d98f025bd54ab03dc5289e43889e521)
|
|
|
|
| |
(cherry picked from commit de689dcca60543d6f3841afd11c05ce320df9da9)
|
|
|
|
| |
(cherry picked from commit e64dd5fc75ac7510e2cb43d53b9ecd23ee9ed405)
|
|
|
|
| |
(cherry picked from commit 21fa57fc48e90c96849918fd7059d04daa01f123)
|
|
|
|
| |
(cherry picked from commit 17eda76a2ca5d464b05a97e7e5e7356f221c390f)
|
|
|
|
| |
(cherry picked from commit 027abccc723a0985afa9096c31b1e071914583dc)
|
|
|
|
| |
(cherry picked from commit 96f3dc03d08b1322587971cd327c213834892aae)
|
|
|
|
| |
(cherry picked from commit 860352cc111fc01c42a86d1f648c9acad3a055c9)
|
|
|
|
| |
(cherry picked from commit 54b6e4a1a79bace39de2ac542d132de2fc57682d)
|
|
|
|
| |
(cherry picked from commit 4f7fedd6cb1c5a6c82f6bc28da6052e0c0f47312)
|
|
|
|
| |
(cherry picked from commit 8acbe8220c4fec09073933a5e461a06c00d99b81)
|
|
|
|
| |
(cherry picked from commit 6dfdbbeb9b10694845ed0e246902e77c525f0e8c)
|
|
|
|
| |
(cherry picked from commit d20f2afc2d44c844b8e196647424e1ff72a27d64)
|
|
|
|
| |
(cherry picked from commit 841dbffb1802716cfb820759dab1120e4f7857d4)
|
|
|
|
| |
(cherry picked from commit 99bbe3f9d130bf9939489c4cd959373b1f3ce43f)
|
|
|
|
| |
(cherry picked from commit 57a1e3b50e01c0c81047bea36ed862a11330d7e5)
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
|
|
|
|
|
|
|
| |
Adds a purge command to bcfg2-admin reports to permanently remove interactions and clients.
Extends bcfg2-admin scrub to remove orphaned Reason and Entries objects.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6070 ce84e21b-d406-0410-9b95-82705330c041
|
|
|
|
|
|
| |
Ticket #906)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6063 ce84e21b-d406-0410-9b95-82705330c041
|
|
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6014 ce84e21b-d406-0410-9b95-82705330c041
|
|
|
|
|
|
| |
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6009 ce84e21b-d406-0410-9b95-82705330c041
|
|
|
|
|
|
|
|
|
|
|
|
| |
The hashlib module has been backported to earlier versions of python. If
we assume that 2.5 is in use, then python will go crazy looking for
stuff that doesn't exist in earlier versions. This patch will allow
older versions of python installed alongside a standalone hashlib module
to work properly.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6004 ce84e21b-d406-0410-9b95-82705330c041
|