aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 10:20:32 +0200
commit7c1225347db8b516cc268709939f6b359bc283c1 (patch)
tree7a516132f42dbb9e8c3bf371dfd100088d50efdf /scripts
parent84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (diff)
downloadwallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.gz
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.tar.zst
wallabag-7c1225347db8b516cc268709939f6b359bc283c1.zip
Update documentation
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install.sh2
-rw-r--r--scripts/release.sh2
-rw-r--r--scripts/update.sh2
3 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 755aac1c..54d0bb78 100644
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -1,4 +1,6 @@
1#! /usr/bin/env bash 1#! /usr/bin/env bash
2# You can execute this file to install wallabag
3# eg: `sh install.sh prod`
2 4
3ENV=$1 5ENV=$1
4TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) 6TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
diff --git a/scripts/release.sh b/scripts/release.sh
index 3d096430..e118b87e 100644
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -1,4 +1,6 @@
1#! /usr/bin/env bash 1#! /usr/bin/env bash
2# You can execute this file to create a new package for wallabag
3# eg: `sh release.sh master /tmp wllbg-release prod`
2 4
3VERSION=$1 5VERSION=$1
4TMP_FOLDER=$2 6TMP_FOLDER=$2
diff --git a/scripts/update.sh b/scripts/update.sh
index 48281210..b920a829 100644
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -1,4 +1,6 @@
1#! /usr/bin/env bash 1#! /usr/bin/env bash
2# You can execute this file to update wallabag
3# eg: `sh update.sh prod`
2 4
3ENV=$1 5ENV=$1
4TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) 6TAG=$(git describe --tags $(git rev-list --tags --max-count=1))