[tor-commits] [tor-browser-bundle/master] Add python to packages in gitian-bundle.yml.

mikeperry at torproject.org mikeperry at torproject.org
Tue Jan 21 04:47:05 UTC 2014


commit eba9c21c6adbc1756c2385211aeb9200b4ab6663
Author: David Fifield <david at 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"





More information about the tor-commits mailing list