summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixing the linux processor stuff so it only gets called on linuxluke2006-05-311-19/+22
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@125 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* changing the syntax of the fact confinesluke2006-05-311-17/+13
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@124 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding some documentation to the binaryluke2006-05-311-6/+55
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@123 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding rubysitedir fact, as requested in #13. Also, switching the output ↵luke2006-05-313-2/+25
| | | | | | when one fact is asked for, so it only produces the single value, with no => symbol. git-svn-id: http://reductivelabs.com/svn/facter/trunk@122 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing test to ignore differences in memoryluke2006-05-301-0/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@121 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Switching "tag" to "confine", because it is a more appropriate term. I will ↵luke2006-05-304-65/+66
| | | | | | also add "tags", but they will be used for creating fact collections. git-svn-id: http://reductivelabs.com/svn/facter/trunk@120 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding patch from #11, with slight modifications.luke2006-05-302-2/+22
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@119 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding patch from #11, with slight modifications.luke2006-05-302-0/+52
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@118 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding the ability to specify tags as hashes or arrays, as requested in #112.luke2006-05-302-3/+60
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@117 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Getting rid of the autoload method entirely; facts are now only loaded at ↵luke2006-05-302-53/+14
| | | | | | startup. git-svn-id: http://reductivelabs.com/svn/facter/trunk@116 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing linux memory stuffluke2006-05-303-2/+8
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@115 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* accepting patch in #10, although with more abstraction, and creating a ↵luke2006-05-301-0/+58
| | | | | | module for the memory functions git-svn-id: http://reductivelabs.com/svn/facter/trunk@114 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Accepting the patch in #9, with some modifications.luke2006-05-303-32/+19
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@113 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding solaris pkg stuffluke2006-05-251-0/+7
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@112 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.2.1luke2006-05-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@110 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing small bug that only occurs with gemsluke2006-05-234-4/+27
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@109 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.2.0luke2006-05-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@107 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding final autoloading work.luke2006-05-232-25/+140
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@106 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating changelog for 1.2.0luke2006-05-231-0/+11
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@105 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding another test for the exeluke2006-05-231-1/+20
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@104 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding ruby, puppet, and facter version factsluke2006-05-232-0/+30
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@103 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing install and tests so that there are no errors, hopefully.luke2006-05-233-16/+21
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@102 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Added "architecture" fact, added the ability to autoload facts from separate ↵luke2006-05-232-6/+109
| | | | | | files, and added the ability to retrieve fact values via a method for each fact. git-svn-id: http://reductivelabs.com/svn/facter/trunk@101 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Accepting the patch from #5luke2006-05-161-63/+14
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@100 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Removing ruby as a prereqluke2006-03-141-1/+0
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@99 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Converting rakefile to the new build systemluke2006-03-141-324/+27
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@98 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Minor changes for hte Fedora Extras reviewlutter2006-03-141-11/+19
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@97 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* fixing rake file to build and copy rpms automaticallyluke2006-03-021-0/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@96 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating changelog for 1.1.4luke2006-02-282-1/+4
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@95 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.4luke2006-02-281-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@93 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing installer to put the facter executable in /usr/bin instead of /luke2006-02-282-1/+2
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@92 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.3luke2006-02-231-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@90 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding 1.1.3 changelogluke2006-02-231-0/+3
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@89 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Identifying centosluke2006-02-231-1/+6
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@88 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updatesluke2006-02-182-2/+7
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@87 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.2luke2006-02-171-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@85 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding ldapname capabilitiesluke2006-02-173-5/+34
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@84 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Automatically update version and release in the specfile for new releaseslutter2006-02-091-0/+17
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@83 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fix specfile in accordance with Fedora Extras guidelineslutter2006-02-091-5/+7
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@82 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* RPM creation now worksluke2006-01-253-338/+323
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@81 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Working on packagingluke2006-01-253-0/+93
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@80 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.1luke2006-01-101-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@78 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing bug when a fact with no resolutions is asked forluke2006-01-101-0/+4
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@77 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Fixing bug when a fact with no resolutions is asked forluke2006-01-102-18/+20
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@76 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.1.0luke2006-01-091-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@74 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Redoing how tags work.luke2006-01-094-436/+443
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@73 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* updating everything to essentially disable docs generationluke2006-01-042-13/+16
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@72 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Adding Release tagluke2006-01-031-2/+3
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@70 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* adding extra "return nil" statements, and hopefully fixing the test for cygwinluke2006-01-033-20/+10
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@69 1f5c1d6a-bddf-0310-8f58-fc49e503516a
* Updated to version 1.0.2luke2006-01-031-1/+1
| | | | git-svn-id: http://reductivelabs.com/svn/facter/trunk@68 1f5c1d6a-bddf-0310-8f58-fc49e503516a