diff --git a/doc/gitian-building.md b/doc/gitian-building.md --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -109,6 +109,12 @@ ./bin/gbuild --commit bitcoin=${COMMIT} --url bitcoin=${URL} /vagrant/contrib/gitian-descriptors/gitian-osx.yml ``` +Note: For executing gitian builds on local changes, change URL and COMMIT: +```bash +URL=/vagrant/ +COMMIT= # replace with your latest changes +``` + This may take some time as it will build all the dependencies needed for each descriptor. These dependencies will be cached after a successful build to avoid rebuilding them when possible.