aboutsummaryrefslogtreecommitdiff
path: root/brep/handler
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-10-14 20:37:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-14 20:37:53 +0300
commit6163f829355b6ceae21060eb7a33f3107477d899 (patch)
tree061108c7fa03325b2d2a3d3649f539f52b26490b /brep/handler
parent8c3da8abdb16ecad007dc60068deb90e151737ea (diff)
Adapt to renaming bpkg-rep project/package to bpkg-util
Diffstat (limited to 'brep/handler')
-rw-r--r--brep/handler/buildfile2
-rw-r--r--brep/handler/handler.bash.in10
2 files changed, 6 insertions, 6 deletions
diff --git a/brep/handler/buildfile b/brep/handler/buildfile
index 00c072e..b76b465 100644
--- a/brep/handler/buildfile
+++ b/brep/handler/buildfile
@@ -3,7 +3,7 @@
import mods = libbutl.bash%bash{manifest-parser}
import mods += libbutl.bash%bash{manifest-serializer}
-import mods += bpkg-rep%bash{package-archive}
+import mods += bpkg-util%bash{package-archive}
./: bash{handler} submit/ ci/
diff --git a/brep/handler/handler.bash.in b/brep/handler/handler.bash.in
index 0aa3f69..e073711 100644
--- a/brep/handler/handler.bash.in
+++ b/brep/handler/handler.bash.in
@@ -12,8 +12,8 @@ fi
@import libbutl/manifest-parser@
@import libbutl/manifest-serializer@
-bpkg_rep_bpkg=bpkg
-@import bpkg-rep/package-archive@
+bpkg_util_bpkg=bpkg
+@import bpkg-util/package-archive@
# Diagnostics.
#
@@ -152,6 +152,6 @@ function manifest_serialize () # <name> <value>
printf "%s:%s\0" "$1" "$2" >&"$manifest_serializer_ifd"
}
-function pkg_verify_archive () { bpkg_rep_pkg_verify_archive "$@"; }
-function pkg_find_archives () { bpkg_rep_pkg_find_archives "$@"; }
-function pkg_find_archive () { bpkg_rep_pkg_find_archive "$@"; }
+function pkg_verify_archive () { bpkg_util_pkg_verify_archive "$@"; }
+function pkg_find_archives () { bpkg_util_pkg_find_archives "$@"; }
+function pkg_find_archive () { bpkg_util_pkg_find_archive "$@"; }