[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41707: Add a shebang to `fetch_locale` in firefox-l10n



Title: GitLab

boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • f24c3c5a
    by NoisyCoil at 2026-01-29T00:05:14+01:00
    Bug 41707: Add a shebang to `fetch_locale` in firefox-l10n
    

1 changed file:

Changes:

  • projects/firefox-l10n/config
    ... ... @@ -15,6 +15,7 @@ steps:
    15 15
         filename: 'l10n-[% c("input_file_var/locale") %]-[% c("abbrev") %]-[% c("var/build_id") %].tar.xz'
    
    16 16
         version: '[% c("git_hash") %]'
    
    17 17
         fetch_locale: |
    
    18
    +      #!/bin/bash
    
    18 19
           [% c("var/set_default_env") -%]
    
    19 20
           tar xf '[% project %]-[% c("version") %].tar.[% c("compress_tar") %]'
    
    20 21
           cd [% project %]-[% c("version") %]
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx