-
Notifications
You must be signed in to change notification settings - Fork 137
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 #105 from IngCr3at1on/fix-gitian-again
Gitian descriptors are being weird create file just to fix the build
- Loading branch information
Showing
1 changed file
with
83 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
Paycoin 0.3.0.0 | ||
Copyright (c) 2014 Paycoin developers | ||
|
||
Distributed under the MIT software license, see the accompanying | ||
file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||
This product includes software developed by the OpenSSL Project for use in | ||
the OpenSSL Toolkit (https://www.openssl.org/). This product includes | ||
cryptographic software written by Eric Young ([email protected]). | ||
|
||
|
||
About Paycoin | ||
--------------- | ||
Paycoin is a Paycoin network-compatible, community-developed wallet client. | ||
|
||
The project has been designed to provide people with a | ||
stable, secure, and feature-rich alternative to the Paycoin reference | ||
wallet (https://github.com/paycoin/paycoin). | ||
|
||
To help faciliate broad community cooperation, a number of trusted | ||
Paycoin/Peershares community leaders have write permissions to the project's | ||
codebase, allowing for decentralization and continuity. Community members, | ||
old and new, are encouraged to find ways to contribute to the success of | ||
the project. If you have experience with programming, product design, | ||
QA engineering, translation, or have a different set of skills that you want to | ||
bring to the project, your involvement is appreciated! | ||
|
||
|
||
Development Roadmap | ||
------------------- | ||
* Updated branding and wallet design | ||
* Integrated support for multiple Peershares offerings | ||
* An improved minting experience | ||
|
||
|
||
Resources | ||
--------- | ||
Paycoin source code: https://github.com/Paycoin/Paycoin | ||
|
||
For the most current instructions covering how to compile Paycoin from | ||
source on a variety of operating systems, please visit: | ||
https://github.com/Paycoin/Paycoin/tree/master/doc | ||
|
||
Open software issues can be viewed, and new issues can be reported at: | ||
https://github.com/Paycoin/Paycoin/issues?state=open | ||
|
||
Paycoin discussion forums (hosted by PaycoinTalk.org): | ||
http://www.paycointalk.org/index.php?board=64.0 | ||
|
||
|
||
|
||
Acknowledgements | ||
---------------- | ||
Paycoin owes it's existance to the time and effort put forth by | ||
the developers and supporters of the following projects: | ||
|
||
|
||
Peercoin (PPC) 0.4.0 BETA | ||
Copyright (c) 2011-2014 Peercoin Developers | ||
|
||
Distributed under the MIT software license | ||
(http://www.opensource.org/licenses/mit-license.php) | ||
|
||
Peercoin is a free open source project with the goal of providing a | ||
long-term energy-efficient cryptocurrency. Built on the foundation | ||
of Bitcoin, innovations such as proof-of-stake help further advance | ||
the field of cryptocurrency. | ||
|
||
https://github.com/ppcoin/ppcoin | ||
|
||
|
||
------------------ | ||
Bitcoin 0.6.3 BETA | ||
Copyright (c) 2009-2012 Bitcoin Developers | ||
|
||
Distributed under the MIT software license | ||
(http://www.opensource.org/licenses/mit-license.php) | ||
|
||
Bitcoin is a free open source peer-to-peer electronic cash system that is | ||
completely decentralized, without the need for a central server or trusted | ||
parties. Users hold the crypto keys to their own money and transact directly | ||
with each other, with the help of a P2P network to check for double-spending. | ||
|
||
https://en.bitcoin.it/wiki/Main_Page |
b13dbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the build completed without this on my last attempt.
For whatever reason the gitian-descripters were updated but somehow gitian was still reading the wrong ones. I wound up rebuilding all the dependencies (complete overkill) in order to get the build to complete on my end.
I think it's safe to say this commit could be reverted before the next release; assuming other people can build with gitian without it.
b13dbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If people can build with gitian without this file I'd like to see this reverted rather than having 2 of the same file (1 markdown, 1 txt).
b13dbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'm not sure, only real way to test it is to revert it and test gitian from a few machines. I'm pretty sure it was something in mine and Yoshi's environments that was stopping it from completing before.
b13dbb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've never done gitian building but I'll see if I can set up an environment and run some test builds.