From 00966661823723ea929ddf1f913d8ab0c2fc4796 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 25 Jun 2017 18:00:48 -0400 Subject: Vars TAR_XZ,ASC,SHA256SUM renamed for generality. Will help facilitate sane code when handling: archive formats, checksum file extensions, signature formats. --- libs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/git') diff --git a/libs/git b/libs/git index a6509fc1..5869825d 100755 --- a/libs/git +++ b/libs/git @@ -579,7 +579,7 @@ git_project_release() { if ! [ -z "$release_branch" ] then - local archive_path="$root/$RELEASE/$SOURCES/$project/$release_branch.$TAR_XZ" + local archive_path="$root/$RELEASE/$SOURCES/$project/$release_branch.$ARCHIVE" local sources_path="$root/$SOURCES/$repository" printf '%s\n' "Releasing sources archive for $project (with ${arguments:-no argument}) from "$repository" git" @@ -620,7 +620,7 @@ git_project_release_check() { if ! [ -z "$release_branch" ] then - local archive_path="$root/$RELEASE/$SOURCES/$project/$release_branch.$TAR_XZ" + local archive_path="$root/$RELEASE/$SOURCES/$project/$release_branch.$ARCHIVE" file_exists_check "$archive_path" -- cgit v1.2.3-70-g09d2