From 6163f829355b6ceae21060eb7a33f3107477d899 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Oct 2020 20:37:53 +0300 Subject: Adapt to renaming bpkg-rep project/package to bpkg-util --- brep/handler/buildfile | 2 +- brep/handler/handler.bash.in | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'brep/handler') 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 () # 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 "$@"; } -- cgit v1.1