Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fixed #1567 - fixed createpackage.sh output | James Turnbull | 2008-09-12 | 2 | -2/+3 | |
| | | | | ||||||
* | | | | Fixed #1569 - createpackage.rb bug | James Turnbull | 2008-09-12 | 2 | -1/+5 | |
| |_|/ |/| | | ||||||
* | | | Fixes #1558 - Adjusted virtual fact to allow non-root users to execute it | James Turnbull | 2008-09-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixes #1562 - Removed facter from PREREQS | James Turnbull | 2008-09-06 | 2 | -1/+3 | |
| | | | ||||||
* | | | Fixed #1558 - Updated virtual fact for xenu and xen0 | James Turnbull | 2008-09-05 | 2 | -5/+7 | |
| | | | ||||||
* | | | Fixed #1555 - added operatingsystemrelease for Solaris | James Turnbull | 2008-09-05 | 2 | -1/+16 | |
| | | | ||||||
* | | | Fixed #1559 - update to dmidecode fact | James Turnbull | 2008-09-05 | 2 | -2/+4 | |
| | | | ||||||
* | | | Fixed . dot escaping | James Turnbull | 2008-09-03 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Updated to version 1.5.1 | Luke Kanies | 2008-08-27 | 2 | -2/+23 | |
|/ | ||||||
* | Updated to version 1.5.1 | Luke Kanies | 2008-08-27 | 1 | -1/+1 | |
| | ||||||
* | Adding a rake task for creating an archive. | Luke Kanies | 2008-08-19 | 1 | -0/+6 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Added a Process.waitall thread when there's a timeout, to avoid zombies. | Luke Kanies | 2008-08-18 | 3 | -0/+18 | |
| | | | | Without this call, every time there's a timeout, we'll get a zombie. | |||||
* | Set the timeout for the host-based and resolv-based resolutions to 2. | Luke Kanies | 2008-08-18 | 4 | -4/+6 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Updating changelog for previous two commits | Luke Kanies | 2008-08-18 | 1 | -0/+4 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Applied patch by josb to fix CentOS version detection. | Luke Kanies | 2008-08-18 | 1 | -3/+3 | |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Merge commit 'pnasrat/tickets/1422' | Luke Kanies | 2008-08-18 | 2 | -3/+3 | |
|\ | ||||||
| * | Facter fix #1422, no default timeout | Paul Nasrat | 2008-08-18 | 2 | -3/+3 | |
| | | ||||||
* | | Adding better SuSE detection for both operatingsystem and release. | Luke Kanies | 2008-08-17 | 2 | -1/+24 | |
| | | | | | | | | | | | | Patch provided by seanmil. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Merge commit 'pnasrat/ticket/1425' | Luke Kanies | 2008-08-16 | 5 | -83/+105 | |
|\ \ | |/ |/| | ||||||
| * | Add unit rspec tests for ticket 1425 | Paul Nasrat | 2008-08-13 | 3 | -3/+26 | |
| | | ||||||
| * | Extract ifconfig output to data directory | Paul Nasrat | 2008-08-13 | 2 | -22/+22 | |
| | | ||||||
| * | Add sample test and strawman solution for IP parsing code | Paul Nasrat | 2008-08-11 | 2 | -8/+44 | |
| | | ||||||
| * | Add module level tests for Facter::IPAddress | Paul Nasrat | 2008-08-11 | 1 | -0/+18 | |
| | | ||||||
| * | Fix ticket 1425 on Solaris | Paul Nasrat | 2008-08-08 | 1 | -1/+7 | |
| | | ||||||
| * | Remove duplicated code paths | Paul Nasrat | 2008-08-08 | 2 | -72/+11 | |
| | | | | | | | | Signed-off-by: Paul Nasrat <pnasrat@googlemail.com> | |||||
* | | Fixes #1492 - added kernelversion fact | James Turnbull | 2008-08-09 | 2 | -0/+7 | |
|/ | ||||||
* | fix terrible error with overwriting permissions | Nigel Kersten | 2008-08-06 | 2 | -6/+6 | |
| | ||||||
* | Fixed #1490 - Added virtual fact | James Turnbull | 2008-08-04 | 2 | -0/+64 | |
| | ||||||
* | Feature #1487: Package creation scripts for Mac OS X | Nigel Kersten | 2008-08-03 | 3 | -0/+214 | |
| | ||||||
* | Modified the operatingsystem fact for Debian so it looks in | Luke Kanies | 2008-08-01 | 2 | -4/+4 | |
| | | | | | | | | /etc/debian_version instead of /proc/version. Applied patch by marthag. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | Feature #1478: Allow specification of --bindir --sbindir --sitelibdir ↵ | Nigel Kersten | 2008-08-01 | 1 | -95/+221 | |
| | | | | --mandir --destdir in install.rb | |||||
* | Feature #1475: CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults ↵ | Nigel Kersten | 2008-07-31 | 1 | -0/+9 | |
| | | | | on OS X 10.5 | |||||
* | Merge commit 'pnasrat/ticket/1434' | Luke Kanies | 2008-07-31 | 1 | -2/+7 | |
|\ | ||||||
| * | Bug #1434 Don't execute which on windows | Paul Nasrat | 2008-07-17 | 1 | -2/+7 | |
| | | ||||||
* | | Merge commit 'pnasrat/ticket/1436' | Luke Kanies | 2008-07-31 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Don't try and run lsb_release on windows | Paul Nasrat | 2008-07-18 | 1 | -0/+1 | |
| |/ | ||||||
* / | Fixes #1467 - macaddress not set on Ubuntu | James Turnbull | 2008-07-30 | 2 | -1/+4 | |
|/ | ||||||
* | Use rbconfig to detect host cpu | Paul Nasrat | 2008-07-17 | 1 | -0/+8 | |
| | ||||||
* | Get DNSDomain from WMI to set domain | Paul Nasrat | 2008-07-17 | 1 | -0/+14 | |
| | ||||||
* | Set macaddress on windows platform | Paul Nasrat | 2008-07-17 | 1 | -0/+14 | |
| | ||||||
* | Get kernel version via wmi | Paul Nasrat | 2008-07-17 | 1 | -0/+15 | |
| | ||||||
* | Use ipconfig to determine ip address | Paul Nasrat | 2008-07-17 | 1 | -0/+19 | |
| | ||||||
* | Use rbconfig to detect windows as no uname binary | Paul Nasrat | 2008-07-17 | 1 | -1/+7 | |
| | ||||||
* | Fixed Rakefile to include additional files including tests et al | James Turnbull | 2008-07-09 | 2 | -1/+6 | |
| | ||||||
* | Adjusted version to be in line with previous standard | James Turnbull | 2008-07-09 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 1 | -0/+2 | |
|\ | ||||||
| * | Adding (apparently now required) author info to the gem spec | Luke Kanies | 2008-07-08 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
* | | Merge branch 'master' of git://reductivelabs.com/facter | James Turnbull | 2008-07-08 | 2 | -2/+2 | |
|\| | ||||||
| * | Updated to version 1.5 | Luke Kanies | 2008-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | Updated to version 1.5 | Luke Kanies | 2008-07-08 | 1 | -1/+1 | |
| | |