From b1f8028c1a6d4a6719d64bb95a1e0a58cb0505eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 18 Jun 2016 20:46:49 +0200 Subject: Update intro script to reflect bpkg changes (pkg-build updates dependents) --- intro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'intro') diff --git a/intro b/intro index 7b713dd..fa07be1 100755 --- a/intro +++ b/intro @@ -179,6 +179,11 @@ function status () # fi } +function clean () # +{ + show bpkg clean $* +} + function update () # { 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 -- cgit v1.1