summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* added hostinfo tool for querying hostbase from the command lineKen Raffenetti2006-08-281-0/+185
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2130 ce84e21b-d406-0410-9b95-82705330c041
* Added 'get_pkgs2()' to rpmlisting.py, which parses rpm filenames instead of ↵Jason Pepas2006-08-251-1/+24
| | | | | | using the rpm command to read rpm meta data. On my machine, this resulted in a runtime reduction from half an hour to 3 seconds. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2110 ce84e21b-d406-0410-9b95-82705330c041
* Updated rpmlisting.py to sort package listings.Jason Pepas2006-08-251-1/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2109 ce84e21b-d406-0410-9b95-82705330c041
* Fix export script to work with latest doc Makefile patchNarayan Desai2006-08-241-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2101 ce84e21b-d406-0410-9b95-82705330c041
* Add new pkglist repo generatorNarayan Desai2006-08-171-0/+111
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2072 ce84e21b-d406-0410-9b95-82705330c041
* More packaging updates from RessuNarayan Desai2006-08-031-3/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2038 ce84e21b-d406-0410-9b95-82705330c041
* Add the cron stuff to the repoNarayan Desai2006-07-241-0/+45
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2000 ce84e21b-d406-0410-9b95-82705330c041
* Updated rpmlisting.py to remove verify="nomtime" option for multiarch ↵Jason Pepas2006-07-211-2/+1
| | | | | | packages. the redhat client no longer verifies *any* multiarch packages, so setting verify=nomtime is no longer needed. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1988 ce84e21b-d406-0410-9b95-82705330c041
* Updated rpmlisting.py to disable mtime verification for all multiarch packages.Jason Pepas2006-07-191-2/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1972 ce84e21b-d406-0410-9b95-82705330c041
* updated tools/rpmlisting.py to conform to new multiarch implementation.Jason Pepas2006-07-181-25/+61
| | | | | | | | | also, this fixes the subarch bug (ie, if packages were found for i386, i586, and i686, *all* of them were previously included. now only the 'latest' arch is included). git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1968 ce84e21b-d406-0410-9b95-82705330c041
* Another minor patch from JasonNarayan Desai2006-07-141-4/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1938 ce84e21b-d406-0410-9b95-82705330c041
* handle prereleases and rc releases properly (From Jason Pepas)Narayan Desai2006-07-141-5/+16
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1937 ce84e21b-d406-0410-9b95-82705330c041
* More fixes based on suggestions from JasonNarayan Desai2006-07-121-8/+12
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1934 ce84e21b-d406-0410-9b95-82705330c041
* cleanups suggested by pylintNarayan Desai2006-07-121-19/+21
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1932 ce84e21b-d406-0410-9b95-82705330c041
* Initial version of rpm index generator from Jason PepasNarayan Desai2006-07-121-0/+186
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1931 ce84e21b-d406-0410-9b95-82705330c041
* Add yup script from Jason PepasNarayan Desai2006-07-061-0/+43
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1912 ce84e21b-d406-0410-9b95-82705330c041
* Fix large diagramsNarayan Desai2006-06-151-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1886 ce84e21b-d406-0410-9b95-82705330c041
* Add -r flag to produce dot outputNarayan Desai2006-06-151-2/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1885 ce84e21b-d406-0410-9b95-82705330c041
* Produce an error message if setting up a dot pipe failsNarayan Desai2006-06-151-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1884 ce84e21b-d406-0410-9b95-82705330c041
* Fix the rules schemaNarayan Desai2006-04-111-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1841 ce84e21b-d406-0410-9b95-82705330c041
* Fix a few more minor detailsNarayan Desai2006-03-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1822 ce84e21b-d406-0410-9b95-82705330c041
* Few more fixesNarayan Desai2006-03-291-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1821 ce84e21b-d406-0410-9b95-82705330c041
* Fix for new repo setup (fixed the problem with tagging current releases)Narayan Desai2006-03-291-10/+13
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1820 ce84e21b-d406-0410-9b95-82705330c041
* * Fix implicit groups for CoryNarayan Desai2006-03-171-1/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1805 ce84e21b-d406-0410-9b95-82705330c041
* * add more display stuffNarayan Desai2006-03-171-5/+10
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1804 ce84e21b-d406-0410-9b95-82705330c041
* * Fix bundle displayNarayan Desai2006-03-171-1/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1803 ce84e21b-d406-0410-9b95-82705330c041
* * Differentiate between groups, profile instances and bundles of the same nameNarayan Desai2006-03-171-13/+24
| | | | | | | * Automatically run dot, directly generating a png git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1802 ce84e21b-d406-0410-9b95-82705330c041
* Documentation updatesNarayan Desai2006-03-161-6/+30
| | | | | | | Add bundle and client support to groups-to-dot.py git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1801 ce84e21b-d406-0410-9b95-82705330c041
* Remove two old (broken utilities)Narayan Desai2006-03-072-232/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1798 ce84e21b-d406-0410-9b95-82705330c041
* try to fix keyword expansion problemNarayan Desai2006-03-071-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1797 ce84e21b-d406-0410-9b95-82705330c041
* Add new group diagram toolNarayan Desai2006-03-071-0/+35
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1796 ce84e21b-d406-0410-9b95-82705330c041
* I updated all my repo scripts for the latest changes in the 0.8 version of Rick Bradshow2006-02-273-542/+130
| | | | | | | | the repo. these are still very specific to my repo, but should give a good idea of what is needed. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1772 ce84e21b-d406-0410-9b95-82705330c041
* include ricks crosscheck fix that adds support for other element typesNarayan Desai2006-02-101-12/+14
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1728 ce84e21b-d406-0410-9b95-82705330c041
* fix crosschecker in cases where entries appear multiple times (from RickB)Narayan Desai2006-01-251-21/+20
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1718 ce84e21b-d406-0410-9b95-82705330c041
* last step of repo switchesNarayan Desai2006-01-232-0/+275
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1716 ce84e21b-d406-0410-9b95-82705330c041
* one more tryNarayan Desai2005-12-161-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1628 ce84e21b-d406-0410-9b95-82705330c041
* version bumpsNarayan Desai2005-12-021-1/+2
| | | | | | | fix export to do tagging git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1610 ce84e21b-d406-0410-9b95-82705330c041
* fix permissions, and remove some of the Bitkeeper stuffNarayan Desai2005-12-011-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1603 ce84e21b-d406-0410-9b95-82705330c041
* fix export script for svnNarayan Desai2005-12-011-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1602 ce84e21b-d406-0410-9b95-82705330c041
* fix gpg callNarayan Desai2005-11-291-2/+3
| | | | | | | (Logical change 1.372) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1570 ce84e21b-d406-0410-9b95-82705330c041
* add web export as wellNarayan Desai2005-11-091-0/+1
| | | | | | | (Logical change 1.355) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1481 ce84e21b-d406-0410-9b95-82705330c041
* add package signing and server uploadNarayan Desai2005-11-091-1/+3
| | | | | | | (Logical change 1.352) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1467 ce84e21b-d406-0410-9b95-82705330c041
* fix optionNarayan Desai2005-10-251-1/+1
| | | | | | | (Logical change 1.346) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1436 ce84e21b-d406-0410-9b95-82705330c041
* Change mode to -rwxr-xr-xNarayan Desai2005-10-181-0/+15
| | | | | | | | | 2005/10/18 17:58:25-05:00 anl.gov!desai (Logical change 1.340) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1398 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-10-181-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1397 ce84e21b-d406-0410-9b95-82705330c041
* do stats as wellNarayan Desai2005-09-281-1/+23
| | | | | | | (Logical change 1.325) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1324 ce84e21b-d406-0410-9b95-82705330c041
* fix globNarayan Desai2005-09-271-1/+1
| | | | | | | (Logical change 1.324) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1321 ce84e21b-d406-0410-9b95-82705330c041
* (Logical change 1.322)Narayan Desai2005-09-271-0/+51
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1312 ce84e21b-d406-0410-9b95-82705330c041
* Initial revisionNarayan Desai2005-09-271-0/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1308 ce84e21b-d406-0410-9b95-82705330c041
* add report stuffNarayan Desai2005-07-131-39/+0
| | | | | | | (Logical change 1.257) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1059 ce84e21b-d406-0410-9b95-82705330c041