Skip to content

Commit 03c7683

Browse files
committed
A bit more verbose
1 parent 56cb053 commit 03c7683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Main.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ makeRepository sources = shelly $ do
3838
outDir <- absPath "_repo"
3939
idxDir <- absPath "_repo/index"
4040
pkgDir <- absPath "_repo/package"
41+
4142
-- clean repository directory
4243
rm_rf outDir
4344
mkdir outDir
@@ -47,6 +48,8 @@ makeRepository sources = shelly $ do
4748
ensureKeys keysDir
4849

4950
forM_ sources $ processSource pkgDir
51+
52+
echo "Bootstrapping repository"
5053
liftIO $ bootstrapRepo keysDir outDir
5154

5255
revisions <-

0 commit comments

Comments
 (0)