Tori Mitchell
4aff57d1dc
added new version of zcash to .env.example
2019-07-25 09:02:56 -06:00
Tori Mitchell
9cf333f496
Added a note for a difference in MacOS
...
the Identity file path in the .ssh/config file is different for MacOS
2019-07-24 10:41:53 -06:00
Charlie O'Keefe
23ec2798be
Merge pull request #78 from charlieok/ed25519_ssh_key
...
Update README to show ed25519 ssh key generation
2019-07-23 11:49:10 -06:00
Charlie O'Keefe
17e8d57eb2
Update README to show ed25519 ssh key generation
2019-07-23 09:28:26 -06:00
Charlie O'Keefe
a38dc72223
Merge pull request #76 from charlieok/remove_unimpletmented_sign_option
...
Remove unimplemented 'sign' option.
2019-07-09 09:15:16 -06:00
Charlie O'Keefe
a51476f2ce
Remove unimplemented 'sign' option.
...
From the initial commit in this project, this script has included a last
step driven by the '--sign' option, which may have been a placeholder
for some intended feature that as far as I can tell hasn't been
implemented at any point in the project's history.
2019-07-01 13:26:35 -06:00
Charlie O'Keefe
35d1912b79
Merge pull request #75 from charlieok/separate_gitian_builds_by_suite
...
Build for more than one Debian release
2019-07-01 13:08:10 -06:00
Charlie O'Keefe
2130e250d9
Add ${suite} to output message in script
2019-07-01 12:59:41 -06:00
Charlie O'Keefe
46f9744068
Move "commit signatures" step inside loop through suites
...
This step should be run for each suite. Since it was not inside a loop
over the list of suites, it was only running for the last suite in the
list.
2019-07-01 11:26:06 -06:00
Charlie O'Keefe
e96aff9731
Address review comments
...
- Changed some tabs to spaces
- Included ${suite} in the output message
2019-07-01 11:16:15 -06:00
Charlie O'Keefe
8f97baab45
Use updated (version_suite) release name when commiting to gitian.sigs
2019-07-01 08:42:38 -06:00
Charlie O'Keefe
34e7b6519c
Clear cache directory at start of build
2019-07-01 01:53:58 -06:00
Charlie O'Keefe
ec6ba5f75e
Move 'build dependencies' steps inside suites loop
2019-07-01 01:53:58 -06:00
Charlie O'Keefe
7250e17645
Increase VM disk size from 20GB to 24GB
2019-07-01 01:50:59 -06:00
Charlie O'Keefe
e38523c053
Preserve order of suites (debian releases) listed in gitian descriptor
2019-06-26 22:39:32 +02:00
Charlie O'Keefe
0b7921250f
Extract gitian_descriptor_path variable
2019-06-26 22:35:42 +02:00
Charlie O'Keefe
583e517dc4
Add suite name to 'release' name used by gitian for signing/verifying
...
Change 'release' name from ${VERSION} to ${VERSION}_${SUITE}
2019-06-19 13:35:20 -06:00
Charlie O'Keefe
143bf6e35a
Build separately for each suite
2019-06-19 13:34:49 -06:00
Charlie O'Keefe
5132638040
Increase VM disk size from 16GB to 20GB
...
I want to add another container, so raising the ceiling on storage
2019-06-19 13:34:40 -06:00
Charlie O'Keefe
c5a2132e57
Add build_dir_path variable to gitian-build.sh
2019-06-19 13:34:04 -06:00
Charlie O'Keefe
13e090d6aa
Add gitian_sigs_repo_path variable to gitian-build.sh
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
aeb6b8a9e4
Add gitian_builder_repo_path variable to gitian-build.sh
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
d21d38b184
Add zcash_binaries_dir_path variable to gitian-build.sh
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
09d57adc24
Add zcash_repo_dir_path variable to gitian-build.sh
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
1b13c605b7
Turn up verbosity
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
06f006e42a
Put explode_yaml_file.py in gitian_user's $HOME/bin
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
4c24a38962
Add explode_yaml_file.py script
2019-06-19 13:28:06 -06:00
Charlie O'Keefe
5d3338c455
Add step to install ruamel.yaml python package
2019-06-19 08:45:59 -06:00
Charlie O'Keefe
04342ecebb
Fix indentation
2019-06-19 08:45:43 -06:00
Charlie O'Keefe
137c560333
Don't set SUITE in /home/vagrant/.profile
2019-06-19 08:45:24 -06:00
Charlie O'Keefe
6f90fb2e26
Remove container setup tasks from VM setup playbook
...
Looking at builds that will involve different, or multiple, containers.
Probably makes more sense to set up and tear down containers after VM is
built.
2019-06-19 08:09:09 -06:00
Charlie O'Keefe
c733109520
Merge pull request #74 from charlieok/add_braces_around_variable
...
Put braces around variable to dereference it
2019-06-15 13:15:22 -06:00
Charlie O'Keefe
b583751baf
Put braces around variable to dereference it
2019-06-15 13:14:45 -06:00
Charlie O'Keefe
f63793d896
Merge pull request #73 from charlieok/add_gitian_builder_version_param
...
Add configuration parameter for gitian_builder_version
2019-06-15 13:10:38 -06:00
Charlie O'Keefe
0bcbad7db2
Add configuration parameter for gitian_builder_version
2019-06-15 13:08:52 -06:00
Charlie O'Keefe
5bb1cd7786
Merge pull request #71 from charlieok/remove_become_from_task_include
...
Remove 'become: no' from include_tasks
2019-06-12 22:26:17 -06:00
Charlie O'Keefe
70aa531f74
Remove 'become: no' from include_tasks
...
Newer ansible version seems to have a problem with this
2019-06-12 22:25:44 -06:00
Charlie O'Keefe
e6659faf6f
Merge pull request #70 from charlieok/bump_versions_and_dates
...
Update dates and version
2019-06-12 22:22:03 -06:00
Charlie O'Keefe
3c59fdfcbf
Update dates and version
2019-06-12 22:21:01 -06:00
Charlie O'Keefe
1d395f561f
Merge pull request #69 from charlieok/add_note_about_virtualbox
...
Mention virtualbox kernel modules, and it might be preinstalled
2019-06-12 17:20:26 -06:00
Charlie O'Keefe
09bb87e0df
Mention virtualbox kernel modules, and it might be preinstalled
2019-06-12 17:15:58 -06:00
Charlie O'Keefe
b6d99fc14a
Merge pull request #68 from charlieok/update_dates_and_versions
...
Update dates and versions
2019-05-15 16:24:55 -06:00
Charlie O'Keefe
ab8e0747be
Update dates and versions
2019-05-15 16:05:49 -06:00
Charlie O'Keefe
fc42ae9bdb
Merge pull request #67 from charlieok/specify_vagrant_box_version
...
Specify vagrant box version in Vagrantfile
2019-05-15 15:24:28 -06:00
Charlie O'Keefe
7f418d462b
Specify vagrant box version
2019-05-15 15:08:25 -06:00
Charlie O'Keefe
ef99cd62f7
Merge pull request #66 from charlieok/fix_readme_instruction
...
Fix repository name
2019-05-07 13:22:37 -06:00
Charlie O'Keefe
413c16b70e
Fix repository name
...
The repository named in this instruction should be gitian.sigs, not
zcash-gitian.
2019-05-07 13:21:58 -06:00
Charlie O'Keefe
90482ef12f
Merge pull request #65 from charlieok/bump_dates_and_versions
...
Bump dates and dependency versions
2019-05-02 13:23:09 -06:00
Charlie O'Keefe
9e150e9bb7
Bump dates and dependency versions
...
Also reduce verbiage about homebrew-cask
2019-05-02 13:22:29 -06:00
Charlie O'Keefe
367b6e9ecc
Merge pull request #63 from charlieok/minor_updates
...
Minor updates
2019-04-17 08:50:02 -06:00