Skip to content

Commit

Permalink
whonixdevelopermetafiles -> developer-meta-files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jan 6, 2022
1 parent 99e2726 commit 8da9fac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions release/mirror_tester
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ for mirror_ip in $mirror_ips; do
curl_cmd=""
echo ""

echo "curl --output /tmp/x --max-time 10 --silent -H 'Host: mirror.whonix.de' -k http://$mirror_ip/whonixdevelopermetafiles/internal/news_v4/whonix_news.tar.xz.asc"
echo "curl --output /tmp/x --max-time 10 --silent -H 'Host: mirror.whonix.de' -k http://$mirror_ip/developer-meta-files/internal/news_v4/whonix_news.tar.xz.asc"
rm -f /tmp/x
curl --output /tmp/x --max-time 10 --silent -H 'Host: mirror.whonix.de' -k http://$mirror_ip/whonixdevelopermetafiles/internal/news_v4/whonix_news.tar.xz.asc || true
curl --output /tmp/x --max-time 10 --silent -H 'Host: mirror.whonix.de' -k http://$mirror_ip/developer-meta-files/internal/news_v4/whonix_news.tar.xz.asc || true
touch /tmp/x

if [ "$hash_old" = "" ]; then
Expand Down
4 changes: 2 additions & 2 deletions release/new_release
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Whonix News v4
## A deterministic tarball on
## http://sourceforge.net/projects/whonixdevelopermetafiles/files/internal/news_v4/whonix_news.tar.xz/download
## http://sourceforge.net/projects/developer-meta-files/files/internal/news_v4/whonix_news.tar.xz/download
## and a detached armored OpenPGP signature on
## http://sourceforge.net/projects/whonixdevelopermetafiles/files/internal/news_v4/whonix_news.tar.xz.asc/download
## http://sourceforge.net/projects/developer-meta-files/files/internal/news_v4/whonix_news.tar.xz.asc/download

set -x
set -e
Expand Down
4 changes: 2 additions & 2 deletions release/upload-canary
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rsync \
"$WHONIX_BINARY/canary/canary.txt.clearsign.asc" \
"$WHONIX_BINARY/canary/canary.txt.sig" \
"$WHONIX_BINARY/canary/canary.txt.embed.sig" \
"root@whonix.org:/var/rsync/whonixdevelopermetafiles/canary"
"root@whonix.org:/var/rsync/developer-meta-files/canary"

true "${cyan}INFO $BASH_SOURCE: Please press enter to continue canary.${reset}"
read temp
Expand All @@ -70,4 +70,4 @@ rsync \
"$WHONIX_BINARY/canary/canary.txt.clearsign.asc" \
"$WHONIX_BINARY/canary/canary.txt.sig" \
"$WHONIX_BINARY/canary/canary.txt.embed.sig" \
"root@whonix.org:/var/rsync/whonixdevelopermetafiles/canary"
"root@whonix.org:/var/rsync/developer-meta-files/canary"
4 changes: 2 additions & 2 deletions release/upload_repository
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ main() {
upload_real_pool
}

upload_location="root@whonix.org:/var/rsync/whonixdevelopermetafiles/internal"
upload_location="root@whonix.org:/var/rsync/developer-meta-files/internal"

main "$@"

# upload_location="adrelanos,whonixdevelopermetafiles@frs.sourceforge.net:/home/frs/project/whonixdevelopermetafiles/internal"
# upload_location="adrelanos,developer-meta-files@frs.sourceforge.net:/home/frs/project/developer-meta-files/internal"
#
# main "$@"

0 comments on commit 8da9fac

Please sign in to comment.