aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian-descriptors
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
commitf5c716526aaafb318a98e974c8b2fbe02870646b (patch)
treee14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /contrib/gitian-descriptors
parents/DOGE/DIS/g (diff)
downloaddiscoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz
discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip
really s/doge/dis/g this time
Diffstat (limited to 'contrib/gitian-descriptors')
-rw-r--r--contrib/gitian-descriptors/README.md4
-rw-r--r--contrib/gitian-descriptors/gitian-linux.yml12
-rw-r--r--contrib/gitian-descriptors/gitian-osx-signer.yml10
-rw-r--r--contrib/gitian-descriptors/gitian-osx.yml12
-rw-r--r--contrib/gitian-descriptors/gitian-win-signer.yml8
-rw-r--r--contrib/gitian-descriptors/gitian-win.yml14
6 files changed, 30 insertions, 30 deletions
diff --git a/contrib/gitian-descriptors/README.md b/contrib/gitian-descriptors/README.md
index 36d0a6878..3b18fcf0a 100644
--- a/contrib/gitian-descriptors/README.md
+++ b/contrib/gitian-descriptors/README.md
@@ -19,7 +19,7 @@ Sanity checks:
Once you've got the right hardware and software:
- git clone git://github.com/dogecoin/dogecoin.git
+ git clone git://github.com/discoin/discoin.git
git clone git://github.com/devrandom/gitian-builder.git
mkdir gitian-builder/inputs
cd gitian-builder/inputs
@@ -61,5 +61,5 @@ Here's a description of Gavin's setup on OSX 10.6:
5. Still inside Ubuntu, tell gitian-builder to use LXC, then follow the "Once you've got the right hardware and software" instructions above:
export USE_LXC=1
- git clone git://github.com/dogecoin/dogecoin.git
+ git clone git://github.com/discoin/discoin.git
... etc
diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml
index 677f4be3a..2b239533c 100644
--- a/contrib/gitian-descriptors/gitian-linux.yml
+++ b/contrib/gitian-descriptors/gitian-linux.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-linux-1.14"
+name: "discoin-linux-1.14"
enable_cache: true
suites:
- "trusty"
@@ -28,8 +28,8 @@ packages:
- "ca-certificates"
- "python"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin.git"
- "dir": "dogecoin"
+- "url": "https://github.com/discoin/discoin.git"
+ "dir": "discoin"
files: []
script: |
@@ -113,7 +113,7 @@ script: |
chmod +x ${WRAP_DIR}/${prog}
done
- cd dogecoin
+ cd discoin
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
@@ -135,13 +135,13 @@ script: |
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
- SOURCEDIST=`echo dogecoin-*.tar.gz`
+ SOURCEDIST=`echo discoin-*.tar.gz`
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
- find dogecoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
+ find discoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
popd
ORIGPATH="$PATH"
diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml
index 2eb39e569..338e9cc3a 100644
--- a/contrib/gitian-descriptors/gitian-osx-signer.yml
+++ b/contrib/gitian-descriptors/gitian-osx-signer.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-dmg-signer"
+name: "discoin-dmg-signer"
suites:
- "trusty"
architectures:
@@ -7,10 +7,10 @@ architectures:
packages:
- "faketime"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin-detached-sigs.git"
+- "url": "https://github.com/discoin/discoin-detached-sigs.git"
"dir": "signature"
files:
-- "dogecoin-osx-unsigned.tar.gz"
+- "discoin-osx-unsigned.tar.gz"
script: |
WRAP_DIR=$HOME/wrapped
mkdir -p ${WRAP_DIR}
@@ -27,8 +27,8 @@ script: |
chmod +x ${WRAP_DIR}/${prog}
done
- UNSIGNED=dogecoin-osx-unsigned.tar.gz
- SIGNED=dogecoin-osx-signed.dmg
+ UNSIGNED=discoin-osx-unsigned.tar.gz
+ SIGNED=discoin-osx-signed.dmg
tar -xf ${UNSIGNED}
OSX_VOLNAME="$(cat osx_volname)"
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml
index e1ae624ed..ccaa6bdc8 100644
--- a/contrib/gitian-descriptors/gitian-osx.yml
+++ b/contrib/gitian-descriptors/gitian-osx.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-osx-1.14"
+name: "discoin-osx-1.14"
enable_cache: true
suites:
- "trusty"
@@ -28,8 +28,8 @@ packages:
- "python-setuptools"
- "fonts-tuffy"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin.git"
- "dir": "dogecoin"
+- "url": "https://github.com/discoin/discoin.git"
+ "dir": "discoin"
files:
- "MacOSX10.11.sdk.tar.gz"
script: |
@@ -83,7 +83,7 @@ script: |
create_per-host_faketime_wrappers "2000-01-01 12:00:00"
export PATH=${WRAP_DIR}:${PATH}
- cd dogecoin
+ cd discoin
BASEPREFIX=`pwd`/depends
mkdir -p ${BASEPREFIX}/SDKs
@@ -104,14 +104,14 @@ script: |
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
- SOURCEDIST=`echo dogecoin-*.tar.gz`
+ SOURCEDIST=`echo discoin-*.tar.gz`
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
- find dogecoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
+ find discoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
popd
ORIGPATH="$PATH"
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml
index 9c11bc89f..4345b6e80 100644
--- a/contrib/gitian-descriptors/gitian-win-signer.yml
+++ b/contrib/gitian-descriptors/gitian-win-signer.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-win-signer"
+name: "discoin-win-signer"
suites:
- "trusty"
architectures:
@@ -8,12 +8,12 @@ packages:
- "libssl-dev"
- "autoconf"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin-detached-sigs.git"
+- "url": "https://github.com/discoin/discoin-detached-sigs.git"
"dir": "signature"
files:
- "osslsigncode_1.7.1.orig.tar.gz"
- "osslsigncode-Backports-to-1.7.1.patch"
-- "dogecoin-win-unsigned.tar.gz"
+- "discoin-win-unsigned.tar.gz"
script: |
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
@@ -23,7 +23,7 @@ script: |
echo "a8c4e9cafba922f89de0df1f2152e7be286aba73f78505169bc351a7938dd911 osslsigncode-Backports-to-1.7.1.patch" | sha256sum -c
mkdir -p ${UNSIGNED_DIR}
- tar -C ${UNSIGNED_DIR} -xf dogecoin-win-unsigned.tar.gz
+ tar -C ${UNSIGNED_DIR} -xf discoin-win-unsigned.tar.gz
tar xf osslsigncode_1.7.1.orig.tar.gz
cd osslsigncode-1.7.1
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml
index 9ad12cc25..55c434851 100644
--- a/contrib/gitian-descriptors/gitian-win.yml
+++ b/contrib/gitian-descriptors/gitian-win.yml
@@ -1,5 +1,5 @@
---
-name: "dogecoin-win-1.14"
+name: "discoin-win-1.14"
enable_cache: true
suites:
- "trusty"
@@ -22,8 +22,8 @@ packages:
- "ca-certificates"
- "python"
remotes:
-- "url": "https://github.com/dogecoin/dogecoin.git"
- "dir": "dogecoin"
+- "url": "https://github.com/discoin/discoin.git"
+ "dir": "discoin"
files: []
script: |
WRAP_DIR=$HOME/wrapped
@@ -101,7 +101,7 @@ script: |
create_per-host_linker_wrapper "2000-01-01 12:00:00"
export PATH=${WRAP_DIR}:${PATH}
- cd dogecoin
+ cd discoin
BASEPREFIX=`pwd`/depends
# Build dependencies for each host
for i in $HOSTS; do
@@ -119,14 +119,14 @@ script: |
./autogen.sh
CONFIG_SITE=${BASEPREFIX}/`echo "${HOSTS}" | awk '{print $1;}'`/share/config.site ./configure --prefix=/
make dist
- SOURCEDIST=`echo dogecoin-*.tar.gz`
+ SOURCEDIST=`echo discoin-*.tar.gz`
DISTNAME=`echo ${SOURCEDIST} | sed 's/.tar.*//'`
# Correct tar file order
mkdir -p temp
pushd temp
tar xf ../$SOURCEDIST
- find dogecoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
+ find discoin-* | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ../$SOURCEDIST
mkdir -p $OUTDIR/src
cp ../$SOURCEDIST $OUTDIR/src
popd
@@ -146,7 +146,7 @@ script: |
make ${MAKEOPTS} -C src check-security
make deploy
make install DESTDIR=${INSTALLPATH}
- cp -f dogecoin-*setup*.exe $OUTDIR/
+ cp -f discoin-*setup*.exe $OUTDIR/
cd installed
mv ${DISTNAME}/bin/*.dll ${DISTNAME}/lib/
find . -name "lib*.la" -delete