summaryrefslogtreecommitdiff
path: root/intro
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-18 20:46:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-18 20:46:49 +0200
commitb1f8028c1a6d4a6719d64bb95a1e0a58cb0505eb (patch)
treea068bb594c6038317d00dae56ef13958134b0cb3 /intro
parent3f174825cd0313754fd4118dc2267e5c8cdff037 (diff)
Update intro script to reflect bpkg changes (pkg-build updates dependents)
Diffstat (limited to 'intro')
-rwxr-xr-xintro10
1 files changed, 8 insertions, 2 deletions
diff --git a/intro b/intro
index 7b713dd..fa07be1 100755
--- a/intro
+++ b/intro
@@ -179,6 +179,11 @@ function status () # <pkg> <expected>
fi
}
+function clean () # <bpk>
+{
+ show bpkg clean $*
+}
+
function update () # <bpk>
{
show bpkg update $*
@@ -208,8 +213,9 @@ fetch
status libhello "configured 1.0.1; available 1.1.1 1.1.0"
build hello
build libhello
+clean hello
update hello
-build libhello/1.0.1 hello
+build libhello/1.0.1
test libhello hello
show ls -1F
@@ -248,7 +254,7 @@ show b $tmp/hello-gcc5-release/hello2/
show b "{clean disfigure}($tmp/hello-gcc5-release/hello2/)"
build -d $tmp/hello-gcc5-release $hello2/
-build -d $tmp/hello-gcc5-release libhello
+build -d $tmp/hello-gcc5-release -L libhello
update -d $tmp/hello-gcc5-release hello2
show $tmp/hello-gcc5-release/hello2-1.0.0/hello