aboutsummaryrefslogtreecommitdiff
path: root/bpkg-rep/buildfile
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2020-10-14 16:28:30 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2020-10-14 16:28:30 +0200
commit9f9bfa97ac4f4d7dc1d2ec6049df680804b1e583 (patch)
treee3f2dcfda3dbd6a84dbeaa11d7d182ffc023f56b /bpkg-rep/buildfile
parent15514b1013a22977a451c64b6df229414a9dde6b (diff)
Add new script bpkg-rep-manage
Diffstat (limited to 'bpkg-rep/buildfile')
-rw-r--r--bpkg-rep/buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg-rep/buildfile b/bpkg-rep/buildfile
index 9177409..3c66f8b 100644
--- a/bpkg-rep/buildfile
+++ b/bpkg-rep/buildfile
@@ -3,9 +3,10 @@
import mods = libbutl.bash%bash{manifest-parser}
-./: exe{bpkg-rep-publish} bash{package-archive}
+./: exe{bpkg-rep-publish bpkg-rep-manage} bash{package-archive}
exe{bpkg-rep-publish}: in{publish} bash{utility}
+exe{bpkg-rep-manage}: in{manage} bash{utility package-archive}
# Public modules.
#