forked from namecoin-qt/namecoin-qt
-
Notifications
You must be signed in to change notification settings - Fork 1
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 namecoin-qt#14 from namecoinq/master
Merge pull request namecoin-qt#14 from namecoinq/master
- Loading branch information
Showing
14 changed files
with
64 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
Bitcoin integration/staging tree | ||
Namecoin integration/staging tree | ||
|
||
Development process | ||
=================== | ||
|
||
Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. | ||
|
||
If it is a simple/trivial/non-controversial change, then one of the bitcoin development team members simply pulls it. | ||
If it is a simple/trivial/non-controversial change, then one of the namecoin development team members simply pulls it. | ||
|
||
If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already) on the development forums. | ||
|
||
If it is a more complicated or potentially controversial change, then the patch submitter will be asked to start a discussion (if they haven't already) on the development forums: http://www.bitcoin.org/smf/index.php?board=6.0 | ||
The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if they don't match the project's coding conventions (see coding.txt) or are controversial. | ||
|
||
The master branch is regularly built and tested (by who? need people willing to be quality assurance testers), and periodically pushed to the subversion repo to become the official, stable, released bitcoin. | ||
The master branch is regularly built and tested (by who? need people willing to be quality assurance testers), and periodically pushed to the subversion repo to become the official, stable, released namecoin. | ||
|
||
|
||
Feature branches are created when there are major new features being worked on by several people. |
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,9 +1,29 @@ | ||
@call set_vars.bat | ||
@echo About to download MinGW installer - you need to install it manually like this: | ||
@echo Use prepackaged catalogue | ||
@echo About to download MinGW installer - you need to install it manually. Note: | ||
@echo Install to default directory: C:\MinGW | ||
@echo Configure options: C, C++, MSYS basic system | ||
@echo Unselect "... also install support for the graphical user interface." | ||
@echo. | ||
@pause | ||
@start http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/%MINGWINSTALLER%/%MINGWINSTALLER%.exe/download | ||
@set WAITMINGW=1 | ||
@start https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download | ||
@echo. | ||
@echo Once the mingw-get-setup has finished press a key. | ||
@pause | ||
%MINGWPATH%\bin\mingw-get.exe update | ||
%MINGWPATH%\bin\mingw-get.exe install msys-base | ||
%MINGWPATH%\bin\mingw-get install mingw32-make | ||
%MINGWPATH%\bin\mingw-get install msys-wget-bin | ||
%MINGWPATH%\bin\mingw-get install msys-unzip-bin | ||
%MINGWPATH%\bin\mingw-get install msys-perl | ||
|
||
%MINGWPATH%\bin\mingw-get.exe install --reinstall --recursive "gcc=4.6.*" | ||
%MINGWPATH%\bin\mingw-get.exe install --reinstall --recursive "gcc-g++=4.6.*" | ||
%MINGWPATH%\bin\mingw-get.exe install --reinstall --recursive "gcc-bin=4.6.*" | ||
|
||
%MINGWPATH%\bin\mingw-get install --reinstall --recursive libgmp-dll="5.0.1-*" | ||
%MINGWPATH%\bin\mingw-get install --reinstall --recursive mingwrt-dev | ||
%MINGWPATH%\bin\mingw-get.exe install --reinstall --recursive "w32api=3.17-2" | ||
%MINGWPATH%\bin\mingw-get.exe install --reinstall --recursive "w32api-dev=3.17-2" | ||
|
||
@rem There is a problem with MSYS bash and sh that stalls OpenSSL config on some systems. Using rxvt shell as a workaround. | ||
%MINGWPATH%\bin\mingw-get install msys-rxvt | ||
echo. |
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
echo Hash of daemon binary [experimental]... | ||
bash dahash.sh $ROOTPATHSH/src/${COINNAME}d.exe | ||
echo phelix got: 35f2d548eec995d4a68e514d0268b00c38b3677e99cbe0478dad34bf3bdc7c84 (v3.70) |
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,6 +1,5 @@ | ||
echo Hash of Qt binary [experimental]... | ||
bash dahash.sh $ROOTPATHSH/release/${COINNAME}-qt.exe | ||
echo phelix got: 924b34d99151e2b58f2be1a74e18c76915b5ef12e5479f58b3a6117b8280129f (v3.70) | ||
echo | ||
echo | ||
|
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