Browse Source
Merge pull request #7125 from verretor/2021-03-style
Minor style changes
patch-4
ThomasV
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
45 changed files with
116 additions and
119 deletions
-
contrib/sign_packages
|
|
@ -12,6 +12,3 @@ if __name__ == '__main__': |
|
|
|
os.system("gpg --sign --armor --detach --passphrase \"%s\" %s"%(password, f)) |
|
|
|
|
|
|
|
os.chdir("..") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|