[tor-commits] [tor-browser-build/master] Fix var/publish_dir for nightly, alpha_nightly and testbuild

boklm at torproject.org boklm at torproject.org
Wed Aug 9 15:31:27 UTC 2017


commit 48deeaa2fc6caeb378623c4d4cb1fc1142b9774a
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Aug 9 17:27:55 2017 +0200

    Fix var/publish_dir for nightly, alpha_nightly and testbuild
    
    Fix an error introduced by 9d18c95bc22bb3df18c4839d21715ce7df9c1ee8.
---
 projects/release/config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/projects/release/config b/projects/release/config
index ee318c2..b785878 100644
--- a/projects/release/config
+++ b/projects/release/config
@@ -39,15 +39,15 @@ targets:
 
   nightly:
     output_dir: 'nightly'
-    publish_dir: '[% c("var/today") %]'
     var:
       build_target: nightly
+      publish_dir: '[% c("var/today") %]'
 
   alpha_nightly:
     output_dir: 'alpha_nightly'
-    publish_dir: '[% c("var/today") %]'
     var:
       build_target: alpha
+      publish_dir: '[% c("var/today") %]'
 
   alpha:
     output_dir: 'alpha/unsigned'
@@ -56,9 +56,9 @@ targets:
 
   testbuild:
     output_dir: 'testbuild'
-    publish_dir: ''
     var:
       build_target: torbrowser-testbuild
+      publish_dir: ''
 
 input_files:
 



More information about the tor-commits mailing list