diff options
-rwxr-xr-x | intro | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |