mirror of
https://github.com/dataforcanada/d4c-infra-distribution.git
synced 2026-06-13 14:10:53 +02:00
Made torrent no longer private
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
DATA_DIR="${HOME}/Projects/dataforcanada/decentralized-distribution-labs/data"
|
DATA_DIR="${HOME}/Documents/Personal/Projects/dataforcanada//decentralized-distribution-labs/data"
|
||||||
DATASET_ID="ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm"
|
DATASET_ID="ca-ab_edmonton-2023A00054811061_orthoimagery_2023_075mm"
|
||||||
CORES=$(nproc)
|
CORES=$(nproc)
|
||||||
|
|
||||||
@@ -6,7 +6,6 @@ CORES=$(nproc)
|
|||||||
echo "Creating ${DATASET_ID}.pmtiles.torrent"
|
echo "Creating ${DATASET_ID}.pmtiles.torrent"
|
||||||
py3createtorrent \
|
py3createtorrent \
|
||||||
--threads ${CORES} \
|
--threads ${CORES} \
|
||||||
--private \
|
|
||||||
--piece-length 16384 \
|
--piece-length 16384 \
|
||||||
--md5 \
|
--md5 \
|
||||||
--source "Data for Canada" \
|
--source "Data for Canada" \
|
||||||
|
|||||||
Reference in New Issue
Block a user