summaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Some small housekeeping things that I saw while doing other bug huntingluke2006-09-221-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1672 980ebf18-57e1-0310-9a29-db15c13687c0
* modifying rakefile to specify the package hosts; they were previously ↵luke2006-06-091-0/+4
| | | | | | hard-coded in the build library git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1249 980ebf18-57e1-0310-9a29-db15c13687c0
* differentiating openbsd from freebsd, adding freebsd, and autoloading ↵luke2006-04-051-0/+2
| | | | | | package types instead of manually loading them git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1079 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing ruby as a dependency, since too many packaging systems will have ↵luke2006-03-141-1/+0
| | | | | | installed it differently git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1034 980ebf18-57e1-0310-9a29-db15c13687c0
* Converted everything over for Puppet. The Rakefile is, um, a *lot* shorter. :)luke2006-03-141-464/+37
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1032 980ebf18-57e1-0310-9a29-db15c13687c0
* This version appears to work well with epm stuffluke2006-03-141-4/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1031 980ebf18-57e1-0310-9a29-db15c13687c0
* adding sbin directoryluke2006-03-141-36/+33
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1026 980ebf18-57e1-0310-9a29-db15c13687c0
* Committing the EPM support. I am in the process of moving this to a common ↵luke2006-03-131-0/+12
| | | | | | library that all of my projects can use. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1025 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding EPM package building.luke2006-03-131-5/+50
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1024 980ebf18-57e1-0310-9a29-db15c13687c0
* Changing the way the hosttest output is handledluke2006-03-131-4/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1018 980ebf18-57e1-0310-9a29-db15c13687c0
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ↵luke2006-02-151-1/+1
| | | | | | Last code commit before 0.13.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@915 980ebf18-57e1-0310-9a29-db15c13687c0
* Tracked down a few other bugs; everything now passes on debian in ↵luke2006-02-151-1/+1
| | | | | | preparation for 0.13.2 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@914 980ebf18-57e1-0310-9a29-db15c13687c0
* Set the Release tag in the spec file to 1 when the version is changedlutter2006-02-091-0/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@894 980ebf18-57e1-0310-9a29-db15c13687c0
* Fix rpm packaging; include conf/ in tar ball, use conf files from tarball in ↵lutter2006-01-301-1/+3
| | | | | | spec file git-svn-id: https://reductivelabs.com/svn/puppet/trunk@859 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding release tag REL_0_12_0luke2006-01-251-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@854 980ebf18-57e1-0310-9a29-db15c13687c0
* Small mods to the packaging stuffluke2006-01-251-2/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@851 980ebf18-57e1-0310-9a29-db15c13687c0
* RPM release is almost entirely there, it just needs to be integrated into ↵luke2006-01-251-28/+93
| | | | | | release management git-svn-id: https://reductivelabs.com/svn/puppet/trunk@850 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding an "ensure" state where appropriate, and significantly reworking the ↵luke2006-01-171-4/+11
| | | | | | builtin docs. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@832 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding another host to the test lists, adding some test data, and modifying ↵luke2006-01-141-1/+1
| | | | | | how hosts parse git-svn-id: https://reductivelabs.com/svn/puppet/trunk@828 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating Puppet to work with the new Facterluke2006-01-091-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@794 980ebf18-57e1-0310-9a29-db15c13687c0
* Modifying hosttestluke2006-01-091-2/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@790 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-3/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@787 980ebf18-57e1-0310-9a29-db15c13687c0
* Undoing the merge that happened in 785luke2006-01-071-8/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@786 980ebf18-57e1-0310-9a29-db15c13687c0
* Merging in refactoring from version 774 into version 784luke2006-01-071-3/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@785 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding a host test taskluke2006-01-041-0/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@775 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing rakefileluke2006-01-041-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@772 980ebf18-57e1-0310-9a29-db15c13687c0
* Removing tests from the list of tasksluke2006-01-041-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@769 980ebf18-57e1-0310-9a29-db15c13687c0
* adding things to the change log, and modifying the order of the stepsluke2006-01-041-3/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@767 980ebf18-57e1-0310-9a29-db15c13687c0
* Disabling most documentation generation except for the API docs, and ↵luke2006-01-041-26/+68
| | | | | | wrapping the StatusServer in the xmlrpc check git-svn-id: https://reductivelabs.com/svn/puppet/trunk@766 980ebf18-57e1-0310-9a29-db15c13687c0
* some updates to the typegen stuff, even though i may still not use itluke2006-01-031-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@763 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesluke2005-11-221-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@752 980ebf18-57e1-0310-9a29-db15c13687c0
* Making paths work a little more intelligentlyluke2005-11-011-156/+158
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@739 980ebf18-57e1-0310-9a29-db15c13687c0
* removing need for zip in rakefileluke2005-08-291-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@601 980ebf18-57e1-0310-9a29-db15c13687c0
* UPdated rakefileJesse Koontz2005-08-291-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@600 980ebf18-57e1-0310-9a29-db15c13687c0
* Added rake for Puppet, '--version' to puppet and test case for Puppet.versionJesse Koontz2005-08-111-0/+290
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@537 980ebf18-57e1-0310-9a29-db15c13687c0