Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-build
Commits
479afa23
Unverified
Commit
479afa23
authored
Apr 19, 2022
by
boklm
Browse files
Bug 40414: Add finished-signing-clean-*
parent
b854fead
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/signing/finished-signing-clean-linux-signer
0 → 100755
View file @
479afa23
#!/bin/bash
# Remove current tbb version from linux-signer. You should run this
# when all signing has been done.
set
-e
script_dir
=
$(
cd
--
"
$(
dirname
--
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
source
"
$script_dir
/functions"
var_is_defined ssh_host_linux_signer tbb_version
ssh
"
$ssh_host_linux_signer
"
'bash -s'
<<
EOF
test -n "
$tbb_version
" && rm -Rfv ~/"
$tbb_version
"
EOF
tools/signing/finished-signing-clean-macos-signer
0 → 100755
View file @
479afa23
#!/bin/bash
# Remove current tbb version from macos-signer. You should run this
# when all signing has been done.
set
-e
script_dir
=
$(
cd
--
"
$(
dirname
--
"
${
BASH_SOURCE
[0]
}
"
)
"
&> /dev/null
&&
pwd
)
source
"
$script_dir
/functions"
var_is_defined ssh_host_macos_signer tbb_version
ssh
"
$ssh_host_macos_signer
"
'bash -s'
<<
EOF
test -n "
$tbb_version
" && rm -Rfv ~/"
$tbb_version
"
EOF
boklm
@boklm
mentioned in issue
#40414 (closed)
·
May 10, 2022
mentioned in issue
#40414 (closed)
mentioned in issue #40414
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment