aboutsummaryrefslogtreecommitdiff
path: root/libs/git
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-06-25 23:50:50 +0000
committerGogs <gogitservice@gmail.com>2017-06-25 23:50:50 +0000
commit3f32c13d5ac9159978556bc3fcfd73f39b4e218d (patch)
treeb3595320f129404ef8c593c223abed7e82643895 /libs/git
parent0accfe9b22fc8d79461101c33f876767da72d3ef (diff)
parent00966661823723ea929ddf1f913d8ab0c2fc4796 (diff)
downloadlibrebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.tar.gz
librebootfr-3f32c13d5ac9159978556bc3fcfd73f39b4e218d.zip
Merge branch 'renaming-vars' of kragle/libreboot into master
Diffstat (limited to 'libs/git')
-rwxr-xr-xlibs/git4
1 files changed, 2 insertions, 2 deletions
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"