summaryrefslogtreecommitdiff
path: root/src/abslibre-tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/abslibre-tools')
-rwxr-xr-xsrc/abslibre-tools/createworkdir4
-rwxr-xr-xsrc/abslibre-tools/diff-unfree4
-rwxr-xr-xsrc/abslibre-tools/libreaddiff4
-rwxr-xr-xsrc/abslibre-tools/libredbdiff2
-rwxr-xr-xsrc/abslibre-tools/librerelease4
-rwxr-xr-xsrc/abslibre-tools/librestage4
6 files changed, 11 insertions, 11 deletions
diff --git a/src/abslibre-tools/createworkdir b/src/abslibre-tools/createworkdir
index 5599de9..80b2d5e 100755
--- a/src/abslibre-tools/createworkdir
+++ b/src/abslibre-tools/createworkdir
@@ -25,8 +25,8 @@
set -euE
-. libremessages
-. "$(librelib conf.sh)"
+. "$(librelib messages)"
+. "$(librelib conf)"
load_files libretools
check_vars libretools WORKDIR ABSLIBRERECV ABSLIBRESEND # these are asked for by `xbs download`
diff --git a/src/abslibre-tools/diff-unfree b/src/abslibre-tools/diff-unfree
index 12c919f..15fd197 100755
--- a/src/abslibre-tools/diff-unfree
+++ b/src/abslibre-tools/diff-unfree
@@ -22,8 +22,8 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
-. "$(librelib conf.sh)"
+. "$(librelib messages)"
+. "$(librelib conf)"
load_files libretools
check_vars libretools DIFFPROG || exit 1
diff --git a/src/abslibre-tools/libreaddiff b/src/abslibre-tools/libreaddiff
index 8698920..afd1c98 100755
--- a/src/abslibre-tools/libreaddiff
+++ b/src/abslibre-tools/libreaddiff
@@ -21,8 +21,8 @@
set -e
-. libremessages
-. "$(librelib conf.sh)"
+. "$(librelib messages)"
+. "$(librelib conf)"
load_files libretools
check_vars libretools WORKDIR
diff --git a/src/abslibre-tools/libredbdiff b/src/abslibre-tools/libredbdiff
index 09c7ad1..54b386e 100755
--- a/src/abslibre-tools/libredbdiff
+++ b/src/abslibre-tools/libredbdiff
@@ -40,7 +40,7 @@ field_pkgname_parabola=30
field_pkgname_arch=30
-. libremessages
+. "$(librelib messages)"
cmd="${0##*/}"
diff --git a/src/abslibre-tools/librerelease b/src/abslibre-tools/librerelease
index 2a3fba9..e7f8139 100755
--- a/src/abslibre-tools/librerelease
+++ b/src/abslibre-tools/librerelease
@@ -36,8 +36,8 @@
# create_signature() is taken from pacman:makepkg, which is GPLv2+,
# so we take the '+' to combine it with our GPLv3+.
-. libremessages
-. "$(librelib conf.sh)"
+. "$(librelib messages)"
+. "$(librelib conf)"
dryrun=""
upload_only=false
diff --git a/src/abslibre-tools/librestage b/src/abslibre-tools/librestage
index 39523ac..b8278d2 100755
--- a/src/abslibre-tools/librestage
+++ b/src/abslibre-tools/librestage
@@ -23,8 +23,8 @@
# You should have received a copy of the GNU General Public License
# along with Parabola. If not, see <http://www.gnu.org/licenses/>.
-. libremessages
-. "$(librelib conf.sh)"
+. "$(librelib messages)"
+. "$(librelib conf)"
usage() {
print "Usage: %s [REPO]" "${0##*/}"