summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2: implement -Q option (bundle-quick mode)Narayan Desai2010-11-023-2/+24
| | | | | | | | Implement the -Q option for the bcfg2 client. This option only verifies and installs the entries in bundles specified with -b. Considerably improves runtime performance when package checksums are being checked. This option prevents the client from sending statistics to the server, and is incompatible with -r.
* Reports: Don't set TIME_ZONE unless it's supportedSol Jerome2010-11-021-1/+2
| | | | | | | Django added the TIME_ZONE = None bit in 1.2 and we are still supporting distros with 1.0 installed by default. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pacman: Fix traceback for exception handlerSol Jerome2010-11-021-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Move Properties plugin documentation under connectorsSol Jerome2010-11-022-1/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-11-023-3/+11
| | | | | | | | | | | We were previously defaulting to America/Chicago instead of leaving this option up to the user. Setting the default to None will cause Django to go by the system time. Note also that Django sets the os.environ['TZ'] variable when this is not none, so we want to be careful not to set that if we don't have to. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pacman: Use logging infrastructure for printing messagesSol Jerome2010-11-021-13/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Plugin.py: Reverted broken regexTim Laszlo2010-11-021-2/+2
|
* web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-11-027-12/+8
|
* spec: updated to handle opensuse and web reportsTim Laszlo2010-11-021-8/+11
|
* web_reports: debian reports packageTim Laszlo2010-11-024-1/+23
|
* web_reports: updated spec to build web reports rpmTim Laszlo2010-11-021-0/+28
|
* web_reports: determine static prefix automaticallyTim Laszlo2010-11-023-9/+96
|
* YUMng: syntax errorTim Laszlo2010-11-021-1/+1
|
* Reports: Fix typoSol Jerome2010-11-021-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* web_reports: more PATH_INFO fixesTim Laszlo2010-11-021-2/+2
|
* web_reports: update setup.py to include wsgi fileTim Laszlo2010-11-021-1/+2
|
* POSIX: Remove client-side support for old POSIX typesSol Jerome2010-11-0210-410/+355
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* web_reports: use PATH_INFO instead of path in the resolver. fixes prefix ↵Tim Laszlo2010-11-021-3/+3
| | | | problems.
* web_reports: remove commentsTim Laszlo2010-11-021-4/+0
|
* web_reports: remove web_prefix, add wsgi handlerTim Laszlo2010-11-022-17/+13
|
* Client Tools: Pylint/PEP8 fixesSol Jerome2010-11-0215-78/+133
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* changed package type to 'pacman', if request package version is 'auto' and ↵Asaf2010-11-022-9/+14
| | | | its installed dont re-install
* Packages plugin / Client tools : add support for pacman based distros(arch, ↵asaf2010-11-022-0/+193
| | | | parabola), needs some more work
* reports: Remove svn merge conflictsSol Jerome2010-11-022-345/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Point to the bcfg2.org URLsSol Jerome2010-11-021-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Keep interpreter specifications consistentSol Jerome2010-11-022-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* web reports: fix quotes in base-timeview.htmlTim Laszlo2010-11-021-1/+1
|
* web reports: tweaks and updatesTim Laszlo2010-11-022-21/+21
|
* web reports: removing old imagesTim Laszlo2010-11-026-0/+0
|
* web reports: new skinTim Laszlo2010-11-0267-11981/+3538
|
* 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
* doc: Fix darcs copy/paste typosSol Jerome2010-10-111-2/+2
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6094 ce84e21b-d406-0410-9b95-82705330c041
* doc: Update some documentation from the trac wikiSol Jerome2010-10-075-2/+52
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6093 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix typo on troubleshooting pageSol Jerome2010-10-071-1/+1
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6092 ce84e21b-d406-0410-9b95-82705330c041
* doc: Merge in documentation updates for base plugin from m4zSol Jerome2010-10-071-0/+61
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6091 ce84e21b-d406-0410-9b95-82705330c041
* Some options from the output added.Fabian Affolter2010-10-071-2/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6090 ce84e21b-d406-0410-9b95-82705330c041
* Draft of the bcfg2-reports man page. Just filled with help output from ↵Fabian Affolter2010-10-071-0/+80
| | | | | | bcfg2-reports. It still needs an update according to ticket #943 . git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6089 ce84e21b-d406-0410-9b95-82705330c041
* Minor layout changesFabian Affolter2010-10-071-6/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6088 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix versionadded directiveSol Jerome2010-10-071-1/+1
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6087 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add troubleshooting document from tracSol Jerome2010-10-073-2/+186
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6086 ce84e21b-d406-0410-9b95-82705330c041