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

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41136: Include *.deb in the list of files to gpg sign



Title: GitLab

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

Commits:

  • 86ad0eeb
    by Nicolas Vigier at 2024-05-07T11:10:35+00:00
    Bug 41136: Include *.deb in the list of files to gpg sign
    

1 changed file:

Changes:

  • tools/signing/linux-signer-gpg-sign
    ... ... @@ -8,7 +8,9 @@ cd ~/"$SIGNING_PROJECTNAME-$tbb_version"
    8 8
     
    
    9 9
     test -n "$GPG_PASS" || read -sp "Enter gpg passphrase: " GPG_PASS
    
    10 10
     currentdir=$(pwd)
    
    11
    -for i in `find . -name "*.dmg" -o -name "*.exe" -o -name "*.tar.xz" -o -name "*.txt" -o -name "*.zip" -o -name "*.tar.gz" -o -name "*.apk" | sort`
    
    11
    +for i in `find . -name "*.dmg" -o -name "*.exe" -o -name "*.tar.xz" \
    
    12
    +  -o -name "*.txt" -o -name "*.zip" -o -name "*.tar.gz" -o -name "*.apk" \
    
    13
    +  -o -name "*.deb" | sort`
    
    12 14
     do
    
    13 15
       if test -f "$i.asc"
    
    14 16
       then
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits