Skip to content

Commit 2412d38

Browse files
committed
Merge #593: Liquid gitian builds: move more to liquid name
2a50ec1 Liquid gitian builds: move more to liquid name (Gregory Sanders) Pull request description: resolves #592 Tree-SHA512: b4cf6eff1c1d505186708d80a19d173400abceb153ca362552c72b231d034219c4e6d2ecb9f50d7f2f6c8234be3d4ab4d8559df72edc70831fb067cfeabb7de7
2 parents b89a64c + 2a50ec1 commit 2412d38

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

contrib/gitian-descriptors/gitian-liquid-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "elements-linux-0.18"
2+
name: "liquid-linux-0.18"
33
enable_cache: true
44
suites:
55
- "bionic"
@@ -151,7 +151,10 @@ script: |
151151
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
152152
make dist
153153
SOURCEDIST=`echo elements-*.tar.gz`
154+
LIQUIDSOURCEDIST=`echo elements-*.tar.gz`
155+
LIQUIDSOURCEDIST=`echo ${LIQUIDSOURCEDIST} | sed 's/elements/liquid/'`
154156
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
157+
DISTNAME=`echo ${DISTNAME} | sed 's/elements/liquid/'`
155158
# Correct tar file order
156159
mkdir -p temp
157160
pushd temp
@@ -202,3 +205,4 @@ script: |
202205
done
203206
mkdir -p $OUTDIR/src
204207
mv $SOURCEDIST $OUTDIR/src
208+
mv $OUTDIR/src/$SOURCEDIST $OUTDIR/src/$LIQUIDSOURCEDIST

contrib/gitian-descriptors/gitian-liquid-osx.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "elements-osx-0.18"
2+
name: "liquid-osx-0.18"
33
enable_cache: true
44
suites:
55
- "bionic"
@@ -111,7 +111,10 @@ script: |
111111
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
112112
make dist
113113
SOURCEDIST=`echo elements-*.tar.gz`
114+
LIQUIDSOURCEDIST=`echo elements-*.tar.gz`
115+
LIQUIDSOURCEDIST=`echo ${LIQUIDSOURCEDIST} | sed 's/elements/liquid/'`
114116
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
117+
DISTNAME=`echo ${DISTNAME} | sed 's/elements/liquid/'`
115118
116119
# Correct tar file order
117120
mkdir -p temp
@@ -172,4 +175,5 @@ script: |
172175
done
173176
mkdir -p $OUTDIR/src
174177
mv $SOURCEDIST $OUTDIR/src
178+
mv $OUTDIR/src/$SOURCEDIST $OUTDIR/src/$LIQUIDSOURCEDIST
175179
mv ${OUTDIR}/${DISTNAME}-x86_64-*.tar.gz ${OUTDIR}/${DISTNAME}-osx64.tar.gz

contrib/gitian-descriptors/gitian-liquid-win.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "elements-win-0.18"
2+
name: "liquid-win-0.18"
33
enable_cache: true
44
suites:
55
- "bionic"
@@ -129,7 +129,10 @@ script: |
129129
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
130130
make dist
131131
SOURCEDIST=`echo elements-*.tar.gz`
132+
LIQUIDSOURCEDIST=`echo elements-*.tar.gz`
133+
LIQUIDSOURCEDIST=`echo ${LIQUIDSOURCEDIST} | sed 's/elements/liquid/'`
132134
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
135+
DISTNAME=`echo ${DISTNAME} | sed 's/elements/liquid/'`
133136
134137
# Correct tar file order
135138
mkdir -p temp

0 commit comments

Comments
 (0)