Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
0039be0
Initial commit
Dec 22, 2019
b9cae38
Added Jenkinsfile
Dec 23, 2019
ea61ea0
Updated Jenkinsfile
Dec 23, 2019
4c2f39d
Works until GPG IPC
Dec 24, 2019
211fa89
Move build files into new release/ dir
Dec 27, 2019
512f767
Path issues
Dec 27, 2019
2d05640
Use t2.xlarge instance type (4 vCPUs, 16GB ram)
Dec 27, 2019
1174804
Restructuring
Dec 27, 2019
06dda3c
shellchecked
Dec 28, 2019
225f933
fix bug
Dec 28, 2019
3f5b53d
Added new `socket.sh` file
Dec 29, 2019
b500757
Trying to build rpm
Dec 30, 2019
7c82a44
Bump up disk size of ec2 instance
Jan 2, 2020
dac56e9
more attempts to make rpm
Jan 3, 2020
27ca408
more fixes
Jan 3, 2020
2e38b94
move /stuff -> /root/stuff
Jan 3, 2020
fd16de1
wip
Jan 3, 2020
cafbf89
moved to correct paths
Jan 3, 2020
f39e919
Have `release` have its own start and kill ec2 instance scripts
Jan 4, 2020
9fc43f7
use buildhost scripts after all
Jan 4, 2020
e3f7dd6
Make sure the gpg key name matches!!!!!
Jan 4, 2020
e62cf3a
fixes
Jan 4, 2020
828a041
Add upload stage to pipeline
Jan 4, 2020
b06c6a3
Add tag stage to pipeline
Jan 4, 2020
551bfc1
more fixes
Jan 4, 2020
9d3908d
Move start/stop ec2 instance scripts back into release/
Jan 5, 2020
07d98d8
Add ability to dynamically set branch
Jan 7, 2020
2dc03fa
Added controller/ subdir
Jan 7, 2020
fa95005
Some cleanup
Jan 8, 2020
6a272af
Adding tag support
Jan 8, 2020
cfce52c
Move build_env build.sh -> setup.sh
Jan 8, 2020
6fed7b1
Revert buildhost changes
Jan 8, 2020
40ae8ee
some cleanup
Jan 8, 2020
134a985
fix build
Jan 8, 2020
68f5361
test packages locally
Jan 8, 2020
5be8535
upload packages to s3 test bucket
Jan 9, 2020
6fe9c11
restructure
Jan 9, 2020
5ed8797
misc
Jan 9, 2020
038ec5e
fix build
Jan 9, 2020
9040972
Add Jenkins parameters
Jan 10, 2020
3665554
fix build
Jan 10, 2020
25149a8
Move commands into Jenkinsfile into stages/
Jan 10, 2020
02c0920
fix build
Jan 10, 2020
47ce619
Make test stage more explicit
Jan 10, 2020
5c31f18
fix build
Jan 10, 2020
e6bae8e
Implementing reviewer suggestions
Jan 10, 2020
fda17ee
Added debug info
Jan 13, 2020
0c71821
fix build
Jan 13, 2020
482e912
Merge into master
Jan 14, 2020
57d5501
implement reviewer suggestions
Jan 14, 2020
06d67db
turn off test stage
Jan 14, 2020
2b7ccdb
fix build
Jan 14, 2020
a585247
fix build
Jan 15, 2020
1960960
Merge branch 'master' into build_test
Jan 15, 2020
9020769
fix build
Jan 15, 2020
ba83895
Update readme
Jan 15, 2020
e6895ec
removed unneeded archive/ dir
Jan 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ crypto/libsodium-fork/build-aux/

# doc intermediates
data/transactions/logic/*.md

*.pem

230 changes: 0 additions & 230 deletions scripts/build_release.sh

This file was deleted.

123 changes: 0 additions & 123 deletions scripts/build_release_centos_docker.sh

This file was deleted.

Loading