We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cb053 commit 03c7683Copy full SHA for 03c7683
app/Main.hs
@@ -38,6 +38,7 @@ makeRepository sources = shelly $ do
38
outDir <- absPath "_repo"
39
idxDir <- absPath "_repo/index"
40
pkgDir <- absPath "_repo/package"
41
+
42
-- clean repository directory
43
rm_rf outDir
44
mkdir outDir
@@ -47,6 +48,8 @@ makeRepository sources = shelly $ do
47
48
ensureKeys keysDir
49
50
forM_ sources $ processSource pkgDir
51
52
+ echo "Bootstrapping repository"
53
liftIO $ bootstrapRepo keysDir outDir
54
55
revisions <-
0 commit comments