forked from shadowproject/shadow
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request novacoin-project#239 from aliascash/develop
Official release build 4.3.0
- Loading branch information
Showing
605 changed files
with
15,169 additions
and
13,110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: Alias | ||
Upstream-Contact: Alias Developers <[email protected]> | ||
Source: https://github.com/aliascash/alias | ||
|
||
Files: doc/* Docker/*/*.patch src/qt/forms/* src/qt/locale/* src/qt/res/assets/css/* src/qt/res/assets/fonts/Footable/* src/qt/res/assets/fonts/Framework-icon/* src/qt/res/assets/icons/* src/qt/res/assets/img/* src/qt/res/assets/js/* src/qt/res/assets/plugins/framework/* src/qt/res/icons/* src/qt/res/images/* src/qt/res/src/* src/src.aps | ||
Copyright: 2020 Alias Developers | ||
Copyright: 2016 SpectreCoin Developers | ||
License: MIT | ||
|
||
Files: src/qt/res/bitcoin-qt.rc src/qt/res/index.html src/qt/res/main.qml | ||
Copyright: 2020 Alias Developers | ||
Copyright: 2016 SpectreCoin Developers | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/fonts/FontAwesome/* src/qt/res/assets/fonts/Montserrat/* src/qt/res/assets/fonts/*.otf | ||
Copyright: Dave Gandy http://fontawesome.io | ||
Copyright: Google, Inc. | ||
License: OFL-1.1 | ||
|
||
Files: src/qt/res/assets/plugins/bootstrapv3/* | ||
Copyright: 2018 Twitter | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/classie/* | ||
Copyright: 2016 https://github.com/desandro/classie | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/contextMenu/* | ||
Copyright: 2013 Sudhanshu Yadav | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/identicon/* | ||
Copyright: 2013 Stewart Lord | ||
License: BSD-2-Clause | ||
|
||
Files: src/qt/res/assets/plugins/iscroll/* | ||
Copyright: 2008 Matteo Spinelli http://cubiq.org | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/jdenticon/* | ||
Copyright: 2014 Daniel Mester Pirttijärvi | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/markdown/* | ||
Copyright: 2014 Simon Waldherr http://simon.waldherr.eu/ | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/md5/* | ||
Copyright: 2014 Yi-Cyuan Chen | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/pace/* | ||
Copyright: 2016 https://github.com/HubSpot/pace | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/pnglib/* | ||
Copyright: 2010 Robert Eisele | ||
License: BSD-2-Clause | ||
|
||
Files: src/qt/res/assets/plugins/qrcode/* | ||
Copyright: 2015 Twitter @davidshimjs | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/modernizr* | ||
Copyright: 2016 https://modernizr.com/ | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/jquery* | ||
Copyright: 2014 jQuery Foundation and other contributors | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/emojione/* | ||
Copyright: 2016 EmojiOne | ||
License: CC-BY-4.0 | ||
|
||
Files: src/qt/res/assets/plugins/footable/* | ||
Copyright: 2014 Steven Usher & Brad Vincent | ||
License: MIT | ||
|
||
Files: src/qt/res/assets/plugins/shajs/* | ||
Copyright: 2008 Brian Turek | ||
License: BSD-2-Clause | ||
|
||
Files: src/test/data/* | ||
Copyright: 2020 Alias Developers | ||
Copyright: 2016 SpectreCoin Developers | ||
License: MIT | ||
|
||
Files: m4/* | ||
Copyright: 2020 Alias Developers | ||
Copyright: 2016 SpectreCoin Developers | ||
License: MIT | ||
|
||
Files: src/lz4/* | ||
Copyright: 2011 Yann Collet | ||
License: BSD-2-Clause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# SPDX-FileCopyrightText: © 2020 Alias Developers | ||
# SPDX-FileCopyrightText: © 2016 SpectreCoin Developers | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
### At first perform source build ### | ||
FROM spectreproject/spectre-builder-centos:1.2 as build | ||
FROM aliascash/alias-wallet-builder-centos-8:1.8 as build | ||
MAINTAINER HLXEasy <[email protected]> | ||
|
||
# Build parameters | ||
|
@@ -8,43 +13,45 @@ ARG BUILD_THREADS="6" | |
# Runtime parameters | ||
ENV BUILD_THREADS=$BUILD_THREADS | ||
|
||
COPY . /spectre | ||
COPY . /alias-wallet | ||
|
||
RUN cd /spectre \ | ||
RUN cd /alias-wallet \ | ||
&& mkdir db4.8 leveldb \ | ||
&& patch < Docker/Fedora/QT5BinaryPath.patch \ | ||
&& ./autogen.sh \ | ||
&& ./configure \ | ||
--enable-gui \ | ||
--with-qt5=/usr/include/qt5 \ | ||
&& make -j${BUILD_THREADS} | ||
&& make -j${BUILD_THREADS} \ | ||
&& strip /alias-wallet/src/aliaswalletd \ | ||
&& strip /alias-wallet/src/aliaswallet | ||
|
||
### Now upload binaries to GitHub ### | ||
FROM spectreproject/github-uploader:latest | ||
FROM aliascash/github-uploader:latest | ||
MAINTAINER HLXEasy <[email protected]> | ||
|
||
ARG GITHUB_TOKEN=1234567 | ||
ARG SPECTRECOIN_RELEASE=latest | ||
ARG SPECTRECOIN_REPOSITORY=spectre | ||
ARG ALIAS_RELEASE=latest | ||
ARG ALIAS_REPOSITORY=alias-wallet | ||
ARG GIT_COMMIT=unknown | ||
ARG REPLACE_EXISTING_ARCHIVE='' | ||
#ENV GITHUB_TOKEN=${GITHUB_TOKEN} | ||
ENV ARCHIVE=Spectrecoin-${SPECTRECOIN_RELEASE}-${GIT_COMMIT}-CentOS.tgz | ||
ENV CHKSUM_FILE=Checksum-Spectrecoin-CentOS.txt | ||
ENV ARCHIVE=Alias-${ALIAS_RELEASE}-${GIT_COMMIT}-CentOS.tgz | ||
ENV CHKSUM_FILE=Checksum-Alias-CentOS-8.txt | ||
|
||
RUN mkdir -p /filesToUpload/usr/local/bin | ||
|
||
COPY --from=build /spectre/src/spectrecoind /filesToUpload/usr/local/bin/ | ||
COPY --from=build /spectre/src/spectre /filesToUpload/usr/local/bin/spectrecoin | ||
COPY --from=build /spectre/scripts/createChecksums.sh /tmp/ | ||
COPY --from=build /alias-wallet/src/aliaswalletd /filesToUpload/usr/local/bin/ | ||
COPY --from=build /alias-wallet/src/aliaswallet /filesToUpload/usr/local/bin/ | ||
COPY --from=build /alias-wallet/scripts/createChecksums.sh /tmp/ | ||
|
||
RUN cd /filesToUpload \ | ||
&& tar czf ${ARCHIVE} . \ | ||
&& github-release upload \ | ||
--user spectrecoin \ | ||
--user aliascash \ | ||
--security-token "${GITHUB_TOKEN}" \ | ||
--repo "${SPECTRECOIN_REPOSITORY}" \ | ||
--tag "${SPECTRECOIN_RELEASE}" \ | ||
--repo "${ALIAS_REPOSITORY}" \ | ||
--tag "${ALIAS_RELEASE}" \ | ||
--name "${ARCHIVE}" \ | ||
--file "/filesToUpload/${ARCHIVE}" \ | ||
${REPLACE_EXISTING_ARCHIVE} \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# SPDX-FileCopyrightText: © 2020 Alias Developers | ||
# SPDX-FileCopyrightText: © 2016 SpectreCoin Developers | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
### At first perform source build ### | ||
FROM spectreproject/spectre-builder-centos:1.2 | ||
FROM aliascash/alias-wallet-builder-centos-8:1.8 | ||
MAINTAINER HLXEasy <[email protected]> | ||
|
||
# Build parameters | ||
|
@@ -8,13 +13,15 @@ ARG BUILD_THREADS="6" | |
# Runtime parameters | ||
ENV BUILD_THREADS=$BUILD_THREADS | ||
|
||
COPY . /spectre | ||
COPY . /alias-wallet | ||
|
||
RUN cd /spectre \ | ||
RUN cd /alias-wallet \ | ||
&& mkdir db4.8 leveldb \ | ||
&& patch < Docker/Fedora/QT5BinaryPath.patch \ | ||
&& ./autogen.sh \ | ||
&& ./configure \ | ||
--enable-gui \ | ||
--with-qt5=/usr/include/qt5 \ | ||
&& make -j${BUILD_THREADS} | ||
&& make -j${BUILD_THREADS} \ | ||
&& strip /alias-wallet/src/aliaswalletd \ | ||
&& strip /alias-wallet/src/aliaswallet |
Oops, something went wrong.