Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-12-02 00:57:54 +0300
committernachoparker <nacho@ownyourbits.com>2018-12-07 03:26:16 +0300
commitd6ea50ef16ac1ee186011b69d211440682a7fade (patch)
treebd61165a036d79a14661baca549223199e291088
parentd19a7f7e7f0be844e5560dc91ec426dd7c5f828c (diff)
build: start sharing torrents automatically
-rw-r--r--buildlib.sh1
-rw-r--r--changelog.md4
2 files changed, 4 insertions, 1 deletions
diff --git a/buildlib.sh b/buildlib.sh
index 83b1045d..a2dfc7b9 100644
--- a/buildlib.sh
+++ b/buildlib.sh
@@ -313,6 +313,7 @@ function create_torrent()
mkdir -p torrent/"$IMGNAME" && cp -v --reflink=auto "$TAR" torrent/"$IMGNAME"
md5sum "$DIR"/*.bz2 > "$DIR"/md5sum
createtorrent -a udp://tracker.opentrackr.org -p 1337 -c "NextCloudPi. Nextcloud ready to use image" "$DIR" "$DIR".torrent
+ transmission-remote -w $(pwd)/torrent -a "$DIR".torrent
}
function generate_changelog()
diff --git a/changelog.md b/changelog.md
index 17430783..ffa8f26d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.67.5](https://github.com/nextcloud/nextcloudpi/commit/5ef27fb) (2018-12-01) nc-datadir: also use tempdirectory setting
+[v0.67.6](https://github.com/nextcloud/nextcloudpi/commit/f9f62eb) (2018-12-01) build: start sharing torrents automatically
+
+[v0.67.5 ](https://github.com/nextcloud/nextcloudpi/commit/d19a7f7) (2018-12-01) nc-datadir: also use tempdirectory setting
[v0.67.4 ](https://github.com/nextcloud/nextcloudpi/commit/88d9fe2) (2018-11-26) nc-restore: check that we are in linux fs