diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-23 12:27:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-23 12:27:21 -0400 |
| commit | 66c3fca11cbf126ad38f20836d428a43c97627e7 (patch) | |
| tree | 101073314576f14b6ede122fafe86a6c591dcd5b /src | |
| parent | b9d79c30b175ca8eac27c66db84c4e4301ede454 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 3449dc69..f2a2f012 100644 --- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -104,7 +104,7 @@ autoBuilderContainer mkprop osver@(System _ arch) flavor crontime timeout = & buildDepsApt & autobuilder arch crontime timeout where - name = arch ++ "-git-annex-builder" + name = arch ++ fromMaybe "" flavor ++ "-git-annex-builder" bootstrap = Chroot.debootstrapped osver mempty type Flavor = Maybe String |
