commit eba9c21c6adbc1756c2385211aeb9200b4ab6663 Author: David Fifield david@bamsoftware.com Date: Fri Dec 13 22:06:10 2013 +0000
Add python to packages in gitian-bundle.yml.
It seems to be needed in makexpi.sh. My guess is that python was usually installed incidentally by a previous build step, and you would see an error only if you started the bundle step with a clean VM.
https://trac.torproject.org/projects/tor/ticket/10387 --- gitian/descriptors/linux/gitian-bundle.yml | 1 + gitian/descriptors/mac/gitian-bundle.yml | 1 + gitian/descriptors/windows/gitian-bundle.yml | 1 + 3 files changed, 3 insertions(+)
diff --git a/gitian/descriptors/linux/gitian-bundle.yml b/gitian/descriptors/linux/gitian-bundle.yml index 508123a..a511e13 100644 --- a/gitian/descriptors/linux/gitian-bundle.yml +++ b/gitian/descriptors/linux/gitian-bundle.yml @@ -11,6 +11,7 @@ packages: - "zip" - "mingw-w64" - "faketime" +- "python" - "rnv" - "xz-utils" reference_datetime: "2000-01-01 00:00:00" diff --git a/gitian/descriptors/mac/gitian-bundle.yml b/gitian/descriptors/mac/gitian-bundle.yml index 8f90e7d..cb7c9d6 100644 --- a/gitian/descriptors/mac/gitian-bundle.yml +++ b/gitian/descriptors/mac/gitian-bundle.yml @@ -11,6 +11,7 @@ packages: - "mingw-w64" - "nsis" - "faketime" +- "python" reference_datetime: "2000-01-01 00:00:00" remotes: - "url": "https://git.torproject.org/tor-launcher.git" diff --git a/gitian/descriptors/windows/gitian-bundle.yml b/gitian/descriptors/windows/gitian-bundle.yml index c439d5b..cbb2707 100644 --- a/gitian/descriptors/windows/gitian-bundle.yml +++ b/gitian/descriptors/windows/gitian-bundle.yml @@ -11,6 +11,7 @@ packages: - "mingw-w64" - "nsis" - "faketime" +- "python" reference_datetime: "2000-01-01 00:00:00" remotes: - "url": "https://github.com/moba/tbb-windows-installer.git"
tor-commits@lists.torproject.org