diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-24 14:16:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-24 14:16:43 -0400 |
| commit | 12fbce5422f015b3519a3ddaa3eceb3e291b2acd (patch) | |
| tree | e6b72faa91848c132a36172c5d26ecf1dfa94853 /doc | |
| parent | 00baad981cce5204d252abd9c61e30d0ab75531b (diff) | |
response
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Manage_multiple_different_projects_with_propellor/comment_1_dbad48163b2efd6434ea7c37a72dfd30._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Manage_multiple_different_projects_with_propellor/comment_1_dbad48163b2efd6434ea7c37a72dfd30._comment b/doc/forum/Manage_multiple_different_projects_with_propellor/comment_1_dbad48163b2efd6434ea7c37a72dfd30._comment new file mode 100644 index 00000000..7513cc09 --- /dev/null +++ b/doc/forum/Manage_multiple_different_projects_with_propellor/comment_1_dbad48163b2efd6434ea7c37a72dfd30._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2017-03-24T18:14:14Z" + content=""" +There did not used to be a good way to do that, but since propellor 3.2.3, +when you run eg "propellor --spin host", it first checks to see if there is +a `./config.hs` file, and if so, uses it instead of the user-global +`~/.propellor/config.hs`. + +So, just make different git repos for the different projects with propellor +`config.hs` files in them, and `cd` into the one you want to run before running +propellor. +"""]] |
