Commit Graph

81 Commits

Author SHA1 Message Date
Zach Leslie e4415b91f6 cut 0.0.8 2013-10-29 07:28:54 -07:00
Zach Leslie f83acacf41 Merge pull request #10 from st3rk/master
set the fact "pkgng_supported" to "true" for FreeBSD 9.x and 10.x
2013-10-21 22:20:00 -07:00
Brice Lopez 7522070599 regex modification : set the fact "pkgng_supported" to "true" for FreeBSD 9.x and 10.x 2013-10-14 14:21:50 +02:00
Zach Leslie 51f0f75a30 Merge pull request #9 from geoffgarside/make-conf
Ensure /etc/make.conf is present for file_line to work
2013-10-11 09:27:17 -07:00
Zach Leslie b07e5e5852 release 0.0.7 2013-10-10 15:27:14 -07:00
Geoff Garside 6c5e75b194 Fix puppet-lint indentation for previous commit. 2013-10-08 22:51:33 +01:00
Geoff Garside 9847474b7c Ensure /etc/make.conf file is present.
The file is required to be present in order for the file_line resource
to work correctly. Add require to ensure the file is created before the
WITH_PKGNG is attempted to be set.
2013-10-08 22:51:05 +01:00
Geoff Garside 70e3ffac9d Fix make.conf WITH_PKGNG=yes content to handle \n
Using single quotes with \n will write this escape character into the
file, using double quotes will correctly write the newline into the
file.
2013-10-08 22:44:37 +01:00
Zach Leslie a9b8e7b7e0 Merge branch 'clean' 2013-09-21 14:07:13 -07:00
Zach Leslie 1fafc86957 update dependency 2013-09-21 13:16:13 -07:00
Zach Leslie 13cd89f525 stop using concat, and start using file_line 2013-09-21 13:13:57 -07:00
Zach Leslie 9c6fc12dac match regex against string 2013-09-21 12:56:19 -07:00
Zach Leslie 530ba61fc0 udpate namespace 2013-09-18 13:35:02 -07:00
Zach Leslie 6b7f1cac7a bump release 2013-09-16 22:07:25 -07:00
Zach Leslie afe1284919 Merge pull request #7 from xaque208/origin
Properly support origin as package name
2013-09-16 22:04:30 -07:00
Zach Leslie 935e08f0a8 Properly support origin as package name 2013-09-16 22:02:15 -07:00
Zach Leslie a6c2caa8da Merge branch 'factupdate' 2013-09-15 17:44:04 -07:00
Zach Leslie 2c3c39afeb update fact to include freebsd 10 2013-09-15 12:44:42 -07:00
Zach Leslie 94577c62fd release 0.0.5 2013-06-25 10:15:39 -07:00
Zach Leslie 10bafa4662 Merge branch 'prefetching' 2013-06-25 09:52:21 -07:00
Zach Leslie 5c04a9cedd Fix prefetching
Prefetching was not working as of implementing versionable.  It now
works, but the test is broken, since I am not sure how to test
@property_hash.
2013-06-25 09:51:12 -07:00
Zach Leslie bb4e278cd5 clean up spec_helper.rb 2013-06-10 16:27:17 -07:00
Zach Leslie 3dad597aa1 Merge branch 'version' 2013-06-09 21:57:58 -07:00
Zach Leslie e518d399e2 implement first pass at versionable 2013-06-09 21:48:22 -07:00
Zach Leslie 50226a3510 test for pkg.conf before installing 2013-06-09 20:23:21 -07:00
Zach Leslie 1a918d557f update description 2013-06-09 20:21:22 -07:00
Zach Leslie 11bee79007 Merge branch 'conf' 2013-06-09 19:00:21 -07:00
Zach Leslie f4c6679ef9 move params into pkgng::params and include more configuration paramaters 2013-06-09 18:59:10 -07:00
Zach Leslie 5eda7ef8c8 Merge branch 'tests' 2013-06-09 18:58:21 -07:00
Zach Leslie e88af61968 remove old query command 2013-06-09 18:58:01 -07:00
Zach Leslie bc51cd7d5b fixup some tests 2013-06-09 18:54:55 -07:00
Zach Leslie b6a7e7c026 Merge branch 'tests' 2013-06-09 18:44:56 -07:00
Zach Leslie 43c71fff9c surely commenting broken tests is as good as testing, right? 2013-06-09 18:44:07 -07:00
Zach Leslie 44e7dfa570 no longer require mocha 2013-06-09 18:24:22 -07:00
Zach Leslie dc1d04ebfd make the build status visible 2013-06-09 18:23:58 -07:00
Zach Leslie 200209274a add source 2013-06-09 18:21:52 -07:00
Zach Leslie ae22856abc use bundler 2013-06-09 18:20:13 -07:00
Zach Leslie 39cdb11acb use bundler 2013-06-09 18:19:47 -07:00
Zach Leslie cc3d066c36 add some ruby 2013-06-09 18:17:31 -07:00
Zach Leslie bc768de747 begin travis 2013-06-09 18:16:41 -07:00
Zach Leslie 81922b3f1b update readme 2013-06-09 18:07:46 -07:00
Zach Leslie 99c48a7ee7 order 2013-05-14 10:11:32 -07:00
Zach Leslie 6f4818bf60 get rid of the deprecation warnings 2013-05-14 10:09:11 -07:00
Zach Leslie 945a086d0e Merge branch 'tests' 2013-05-13 22:05:15 -07:00
Zach Leslie 843f9cf285 fix broken tests, use returns instead of yields 2013-05-13 21:23:07 -07:00
Zach Leslie c27d3c51d2 add test using fixture 2013-05-13 20:54:49 -07:00
Zach Leslie f1958b2f36 add info fixture 2013-05-13 20:53:18 -07:00
Zach Leslie 2a850eeaa5 improve code to return an empty list of packages if no packages are found 2013-05-13 19:55:11 -07:00
Zach Leslie 3057110a2c begin adding some tests 2013-05-13 17:28:37 -07:00
Zach Leslie 8ad573628d Merge pull request #4 from kubicek/master
Fixing concat call
2013-05-12 13:38:30 -07:00