summaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed spec color option for buildbotJames Turnbull2008-08-241-1/+1
|
* Added simple rake task for running unit testsJames Turnbull2008-08-241-0/+5
|
* Added spec Rake taskJames Turnbull2008-08-231-0/+12
|
* Updating the authors list for the gem specLuke Kanies2008-08-181-0/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Added message referencing ReductveLabs build libraryJames Turnbull2008-07-081-1/+1
|
* Updated Rakefile fixes #1367James Turnbull2008-06-161-1/+1
|
* Fixed Rakefile to install non-.rb files to fix #1266James Turnbull2008-05-271-1/+1
|
* I think this will include the man pages in the build but overall the ↵James Turnbull2008-03-261-1/+2
| | | | Rakefile needs a rewrite
* Adding a rake taks for updating the trac docsLuke Kanies2008-03-171-0/+8
|
* Removed womble-specific Debian build sectionJames Turnbull2008-01-281-4/+0
|
* Fixing the Rakefile to include the yumhelper.py file inLuke Kanies2007-12-171-0/+1
| | | | the file list.
* Everything up to the parser (and the Modules) is ready to support multiple ↵Luke Kanies2007-08-231-2/+0
| | | | environments, including the parser having an environment setting. I have also created my first spec-based tests, for the interpreter (and deleted the old test/unit tests).
* Updating build files to support laegluke2007-06-191-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2635 980ebf18-57e1-0310-9a29-db15c13687c0
* Changing the paths to match laeg, instead of culain.luke2007-06-191-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2630 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding puppetrun as an executable in the gem, along with ralsh (#313).luke2007-06-181-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2608 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding ralsh and filebucket to the rpm and the rakefile, and changing the ↵luke2007-06-151-1/+1
| | | | | | url in the rpm git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2592 980ebf18-57e1-0310-9a29-db15c13687c0
* Updating changelog and adding filebucket to the exluded file list in the ↵luke2007-03-261-1/+1
| | | | | | Rakefile git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2354 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding the "ralsh" executable (formerly known as x2puppet).luke2007-03-191-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2322 980ebf18-57e1-0310-9a29-db15c13687c0
* Don't include bin/pi in distributed tarball (and hence fix trac #471)lutter2007-03-021-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2252 980ebf18-57e1-0310-9a29-db15c13687c0
* Adding daily snapshot tasks, altho they only work at my siteluke2006-12-181-0/+43
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1948 980ebf18-57e1-0310-9a29-db15c13687c0
* Fix up the filelist for gems, so that all of lib/puppet gets put into the ↵mpalmer2006-12-131-1/+1
| | | | | | gem, not just the top-level .rb files git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1919 980ebf18-57e1-0310-9a29-db15c13687c0
* Change the filelist slightly so that the externally-included lib/rake ↵mpalmer2006-12-121-1/+2
| | | | | | doesn't end up in the gem git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1913 980ebf18-57e1-0310-9a29-db15c13687c0
* Add a task to build Debian packages more-or-less 'directly' out of SVN.mpalmer2006-12-121-0/+26
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1908 980ebf18-57e1-0310-9a29-db15c13687c0
* Add external Rake task file as an svn:external, and modify the Rakefile to ↵mpalmer2006-12-111-0/+2
| | | | | | add lib to the load path git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1907 980ebf18-57e1-0310-9a29-db15c13687c0
* Most of the graph handling is now done, and all of the recursive types ↵luke2006-12-101-1/+1
| | | | | | (basically just file, tidy, and component) now correctly use the generation mechanisms in the transactions, instead of sticking them in their @children array. Now I just need to go through the rest of the tests and make sure everything passes. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1901 980ebf18-57e1-0310-9a29-db15c13687c0
* 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