From 4b7cf378e64e3dc3ebe7773141e169d02568dcc9 Mon Sep 17 00:00:00 2001 From: Synku Date: Sun, 8 Nov 2020 10:21:43 +0000 Subject: [PATCH] Update 'contrib/gitian/gitian-linux.yml' --- contrib/gitian/gitian-linux.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/gitian/gitian-linux.yml b/contrib/gitian/gitian-linux.yml index b571b4761..2b8cef00c 100644 --- a/contrib/gitian/gitian-linux.yml +++ b/contrib/gitian/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "wownero-linux-0.9" +name: "wowzero-linux-0.9" enable_cache: true suites: - "bionic" @@ -43,8 +43,8 @@ packages: - "libprotobuf-dev" - "python3-zmq" remotes: -- "url": "https://git.wownero.com/wownero/wownero.git" - "dir": "wownero" +- "url": "https://git.wownero.com/synku/wowzero.git" + "dir": "wowzero" files: [] script: | @@ -120,7 +120,7 @@ script: | export SOURCE_DATE_EPOCH=`date -d 2000-01-01T12:00:00 +%s` git config --global core.abbrev 9 - cd wownero + cd wowzero # Set the version string that gets added to the tar archive name version="`git describe`" if [[ $version == *"-"*"-"* ]]; then @@ -169,7 +169,7 @@ script: | chmod 755 bin/* cp ../LICENSE bin chmod 644 bin/LICENSE - DISTNAME=wownero-${i}-${version} + DISTNAME=wowzero-${i}-${version} mv bin ${DISTNAME} find ${DISTNAME}/ | sort | tar --no-recursion --owner=0 --group=0 -c -T - | bzip2 -9 > ${OUTDIR}/${DISTNAME}.tar.bz2 cd ..