[tor-commits] [tor-browser-build/master] Bug 40194: Remove osname part in cbindgen filename

sysrqb at torproject.org sysrqb at torproject.org
Thu Jan 14 20:57:41 UTC 2021


commit ea664232c804791315f8aadb54d90ea2f7d7caeb
Author: Georg Koppen <gk at torproject.org>
Date:   Sat Dec 19 09:42:25 2020 +0000

    Bug 40194: Remove osname part in cbindgen filename
    
    `cbindgen` is a host tool. There is no need to include the `osname` in
    the filename.
---
 projects/cbindgen/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/cbindgen/config b/projects/cbindgen/config
index 420ce5d..f1e3123 100644
--- a/projects/cbindgen/config
+++ b/projects/cbindgen/config
@@ -2,7 +2,7 @@
 version: '[% c("var/cbindgen_version") %]'
 git_url: https://github.com/eqrion/cbindgen
 git_hash: '[% c("var/cbindgen_hash") %]'
-filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
+filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
 
 var:
   cbindgen_version: 0.14.1





More information about the tor-commits mailing list