Commit Graph

9438 Commits

Author SHA1 Message Date
Sean Channel
324f15bb72 whack-a-mole 2013-01-03 16:03:38 -08:00
Jeff Schroeder
b83b9a6bf0 Merge pull request #3132 from s0undt3ch/develop
Include Travis-CI in the hacking doc, it makes our life easier.
2013-01-03 12:50:33 -08:00
Pedro Algarvio
dd0258b3e4 Include Travis-CI in the hacking doc, it makes our life easier. 2013-01-03 18:51:44 +00:00
Thomas S Hatch
be48173550 Get rid of stray print 2013-01-03 10:07:28 -07:00
Thomas S Hatch
983599f4a7 @djs52 please test your pull reqs 2013-01-03 10:03:43 -07:00
Thomas S Hatch
c9bb825d89 Merge pull request #3129 from shadowfax-chc/retcode
patch to fix #2640
2013-01-03 08:47:50 -08:00
Thomas S Hatch
0ae2c7d979 Merge pull request #3126 from djs52/develop
Small fixes to file.sed
2013-01-03 08:36:43 -08:00
Thomas S Hatch
ea2c13df19 Merge pull request #3125 from fsniper/develop
Develop
2013-01-03 08:33:42 -08:00
shadowfax-chc
a7f728fb19 Changed _run to not set stdout=None when retcode=True
See bug #2640 for more details
2013-01-03 12:55:58 +00:00
Dan Sheridan
629363eaf6 In file.sed: "after" is not a regular expression 2013-01-03 11:13:38 +00:00
Dan Sheridan
e26322f567 Fix file.contains: search for the string rather than requiring an exact match 2013-01-03 11:12:50 +00:00
Onur Yalazı
88ec4ec97f Updated hashbangs with /usr/bin/env for virtual environment installs 2013-01-03 11:36:51 +02:00
Onur Yalazı
17e35529d8 Added ability to set environment variables in apt module 2013-01-03 11:34:05 +02:00
Thomas S Hatch
72b8322395 Merge pull request #3124 from shadowfax-chc/ebuild-opts
Changed options to emerge for ebuild.update
2013-01-02 20:20:54 -08:00
shadowfax-chc
886a9b17c0 Changed options to emerge for ebuild.update
Added options --newuse and --oneshot to emerge command in ebuild.update.
The --newuse option will detect USE flag changes in packages, allowing a
package to be reinstalled at the same version but updated with new USE
flags. The --oneshot will prevent the package from being recorded in the
world file. Gentoo maintains a "world" set that is all the packages that
were explicitly installed. If the user is updating a dependancy, they
would not want the package added to the world file, if they are updating
a package already in the world file, it will remain there.
2013-01-02 21:19:12 -05:00
Seth House
5e74a511fc Removed Disqus in favor of RTD-native "Edit on GitHub" links 2013-01-02 18:44:51 -07:00
Thomas S Hatch
ee4a8e0699 Merge pull request #3118 from techhat/timezone
Add state module for timezone
2013-01-02 16:02:13 -08:00
Thomas S Hatch
58effa643e Merge pull request #3119 from shadowfax-chc/additional-docs
Additional docs
2013-01-02 15:57:31 -08:00
shadowfax-chc
a1a8126e85 Added docs for gentoolkitmod module 2013-01-02 22:34:26 +00:00
shadowfax-chc
5c6f47501f Added docs for layman module 2013-01-02 22:31:53 +00:00
shadowfax-chc
4fca5e7d71 Added docs for eix modules 2013-01-02 22:30:43 +00:00
Joseph Hall
ac1f62eb22 Clean up locale stuff 2013-01-02 15:04:39 -07:00
Joseph Hall
ccf93fa408 Add state module for timezone 2013-01-02 15:01:24 -07:00
Thomas S Hatch
8196d056c8 Start on #3101 2013-01-02 14:36:06 -07:00
Thomas S Hatch
ae3d07788b Make output data cleaner on the eyes :) 2013-01-02 13:59:12 -07:00
Thomas S Hatch
946ab5ae57 Fix overstate recursive call mapping references 2013-01-02 13:51:19 -07:00
Thomas S Hatch
9ddc8d3f3a Fix dependency resolution in the overstate
Fix #3111
2013-01-02 13:43:03 -07:00
Thomas S Hatch
6628da8252 Merge pull request #3117 from jacksontj/develop
Added check for version string.
2013-01-02 12:32:07 -08:00
Thomas Jackson
65c1db6ef0 Added check for version string. Previously this state would be true if ANY package version was installed regardless of version specified 2013-01-02 12:29:09 -08:00
Thomas S Hatch
b210febaca Merge pull request #3115 from techhat/language
Add locale (language) state module
2013-01-02 11:49:54 -08:00
Joseph Hall
a272d72f6e Change example to actually use a valid locale 2013-01-02 12:49:33 -07:00
Joseph Hall
8398e2abe0 Add locale (language) state module 2013-01-02 12:46:15 -07:00
Thomas S Hatch
9bfa7db26a Merge pull request #3114 from techhat/keyboard
Add __virtual__ to keyboard state
2013-01-02 11:35:12 -08:00
Joseph Hall
eaebdb3f00 Add __virtual__ to keyboard state 2013-01-02 12:32:54 -07:00
Thomas S Hatch
78e897e43f Merge pull request #3113 from techhat/keyboard
Add state file for keyboard layout
2013-01-02 11:23:41 -08:00
Joseph Hall
31459dedeb Add state file for keyboard layout 2013-01-02 12:21:04 -07:00
Thomas S Hatch
0652304f1c Fix #2947 2013-01-01 21:34:48 -07:00
Thomas S Hatch
12e7ee1500 Add fileserver backend doc to the toc 2013-01-01 16:58:12 -07:00
Thomas S Hatch
3369f1431a Add fileserver backend docs 2013-01-01 16:58:12 -07:00
Thomas S Hatch
a1fc41fdb1 Merge pull request #3108 from FireHost/fix_setup_py_frozen_build
Refine esky support in setup.py
2013-01-01 15:17:09 -08:00
Aaron Tygart
b50cd76a25 Refine esky support in setup.py
* Add HAS_ESKY flag based on import tests rather than command line
  arguments.
* Add comments on reasoning for some setup kwargs
* Fix append bug for wmi dependency
* Revert part of e70d70aa75. Esky uses
  those kwargs regardless of the distribution stack used.
* Remove unused 'libraries' variable
2013-01-01 16:49:26 -06:00
Thomas S Hatch
699e83e240 update the master config with fileserver_backend data 2013-01-01 14:56:26 -07:00
Thomas S Hatch
a9166b72c9 Forgot to set the found flag! 2013-01-01 14:34:48 -07:00
Thomas S Hatch
596e536122 Fix environment tracking issues and add write lock system 2013-01-01 13:33:22 -07:00
Thomas S Hatch
a76a2e6884 Prevent double environments fomr unconfigured interfaces 2013-01-01 13:32:33 -07:00
Thomas S Hatch
bf4501c1bd Fix bug in environment gathering on the master 2013-01-01 13:31:35 -07:00
Thomas S Hatch
19fbdde46a Merge pull request #3104 from torhve/virt-fixes
Fix exception when source didn't include file or dev.
2013-01-01 08:17:03 -08:00
Tor Hveem
47f1dd45a7 Fix exception when source didn't include file or dev.
Add support for network disks parsing
2013-01-01 12:48:45 +01:00
David Boucha
ecd5f800ba Merge pull request #3103 from UtahDave/add_winrepo_docs
Fix typo. First Pull Request of 2013!!
2012-12-31 23:46:38 -08:00
David Boucha
f16906bb79 Fix typo. 2013-01-01 00:44:49 -07:00