diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8c513549..b264c883 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,7 +11,7 @@ body: attributes: label: Affected Version description: What version of gt are you using? - placeholder: "v0.17.1" + placeholder: "v0.17.2" validations: required: true - type: textarea diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7f407aab..5dda421b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ______________________________________ -I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v0.17.1/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. +I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v0.17.2/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index 89d75776..343c6468 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -5,7 +5,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### name: "gt update" on: @@ -40,8 +40,8 @@ jobs: echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ @@ -79,8 +79,8 @@ jobs: echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/.github/workflows/gt-update.yml.sig b/.github/workflows/gt-update.yml.sig index 50e755e1..be9abc8d 100644 Binary files a/.github/workflows/gt-update.yml.sig and b/.github/workflows/gt-update.yml.sig differ diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index 627997dc..8b894405 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -47,7 +47,7 @@ jobs: installOld: strategy: matrix: - tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0] + tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1] runs-on: ubuntu-latest name: 'self-update from ${{matrix.tag}}' steps: diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index f6d4ea4a..3be8914a 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_LATEST_VERSION="v0.17.1" +GT_LATEST_VERSION="v0.17.2" if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src" diff --git a/README.md b/README.md index 26c6940a..709efdab 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.17.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.1) + - + # gt @@ -41,7 +41,7 @@ templates etc. which you use in multiple projects but want to maintain at a sing ❗ You are taking a _sneak peek_ at the next version. Please have a look at the README of the git tag in case you are looking for the documentation of the corresponding version. -For instance, the [README of v0.17.1](https://github.com/tegonal/gt/tree/v0.17.1/README.md). +For instance, the [README of v0.17.2](https://github.com/tegonal/gt/tree/v0.17.2/README.md). --- @@ -101,8 +101,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ @@ -165,7 +165,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v0.17.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.1) +1. [![Download](https://img.shields.io/badge/Download-v0.17.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.2) 2. extract the zip/tar.gz 3. open a terminal at the corresponding folder and verify the public key of this repo against [our public key](https://tegonal.com/gpg/github.asc): @@ -237,7 +237,7 @@ self-update update gt to the latest version --version prints the version of this script INFO: Version of gt.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -260,7 +260,7 @@ list list all remotes --version prints the version of this script INFO: Version of gt-remote.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -319,7 +319,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt INFO: Version of gt-remote.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -348,7 +348,7 @@ gt remote remove -r tegonal-scripts gt remote remove -r tegonal-scripts -w .github/.gt INFO: Version of gt-remote.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -405,7 +405,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE_OF_CONDUCT.md INFO: Version of gt-pull.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -506,7 +506,7 @@ gt re-pull gt re-pull -r tegonal-scripts --only-missing false --auto-trust true INFO: Version of gt-re-pull.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -565,7 +565,7 @@ gt reset gt reset --gpg-only true INFO: Version of gt-reset.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -625,7 +625,7 @@ gt update -r tegonal-scripts gt update -r tegonal-scripts -t v1.0.0 INFO: Version of gt-update.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` @@ -806,7 +806,7 @@ gt self-update gt self-update --force INFO: Version of gt-self-update.sh is: -v0.18.0-SNAPSHOT +v0.17.2 ``` diff --git a/install.doc.sh b/install.doc.sh index c1acdb38..272323de 100755 --- a/install.doc.sh +++ b/install.doc.sh @@ -6,8 +6,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/install.doc.sh.sig b/install.doc.sh.sig index 9cf4ff37..6ca9b63f 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index 85284ce2..b2dd56a3 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # installation script which downloads and set ups the latest or a specific tag of gt @@ -21,8 +21,8 @@ # echo "public key trusted" && \ # mkdir ./gpg && \ # gpg --homedir ./gpg --import ./signing-key.public.asc && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ # gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ # chmod +x ./install.sh && \ # echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/install.sh.sig b/install.sh.sig index 19f68902..9b372679 100644 Binary files a/install.sh.sig and b/install.sh.sig differ diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 08ae6871..b7a76bdb 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index aa3d5b92..eafeea7e 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index e42e4abc..774824a5 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.2" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/release.sh b/scripts/release.sh index c204b14d..7d36bff0 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.2" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index 1c6047b8..a9efdc3b 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/update-version-in-non-sh-files.sh b/scripts/update-version-in-non-sh-files.sh index 578a3e31..a8364bf9 100755 --- a/scripts/update-version-in-non-sh-files.sh +++ b/scripts/update-version-in-non-sh-files.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.2" if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/common-constants.source.sh b/src/common-constants.source.sh index 27a2d3fc..132d35ef 100644 --- a/src/common-constants.source.sh +++ b/src/common-constants.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # constants intended to be sourced into a function diff --git a/src/common-constants.source.sh.sig b/src/common-constants.source.sh.sig new file mode 100644 index 00000000..94a0f55b Binary files /dev/null and b/src/common-constants.source.sh.sig differ diff --git a/src/gitlab/.gitlab-ci.yml.sig b/src/gitlab/.gitlab-ci.yml.sig index 7f387171..1f466d5b 100644 Binary files a/src/gitlab/.gitlab-ci.yml.sig and b/src/gitlab/.gitlab-ci.yml.sig differ diff --git a/src/gitlab/create-mr.sh b/src/gitlab/create-mr.sh index e569e68c..17326d00 100755 --- a/src/gitlab/create-mr.sh +++ b/src/gitlab/create-mr.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/gitlab/create-mr.sh.sig b/src/gitlab/create-mr.sh.sig index 20427fd3..1cefdc21 100644 Binary files a/src/gitlab/create-mr.sh.sig and b/src/gitlab/create-mr.sh.sig differ diff --git a/src/gitlab/install-gt.sh b/src/gitlab/install-gt.sh index f54a488a..333ed834 100755 --- a/src/gitlab/install-gt.sh +++ b/src/gitlab/install-gt.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit @@ -39,8 +39,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/src/gitlab/install-gt.sh.sig b/src/gitlab/install-gt.sh.sig index 3d8225e5..7d8960b5 100644 Binary files a/src/gitlab/install-gt.sh.sig and b/src/gitlab/install-gt.sh.sig differ diff --git a/src/gitlab/utils.sh b/src/gitlab/utils.sh index da18dc61..bd51aada 100644 --- a/src/gitlab/utils.sh +++ b/src/gitlab/utils.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index 4d1cc03e..bcecc56a 100644 Binary files a/src/gitlab/utils.sh.sig and b/src/gitlab/utils.sh.sig differ diff --git a/src/gt-pull.sh b/src/gt-pull.sh index 5d60ebbc..a8aaf285 100755 --- a/src/gt-pull.sh +++ b/src/gt-pull.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 'pull' command of gt: utility to pull files from a previously defined git remote repository @@ -27,7 +27,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-pull.sh.sig b/src/gt-pull.sh.sig index ad9da79d..fb6d7455 100644 Binary files a/src/gt-pull.sh.sig and b/src/gt-pull.sh.sig differ diff --git a/src/gt-re-pull.sh b/src/gt-re-pull.sh index eb20c686..eebc10f8 100755 --- a/src/gt-re-pull.sh +++ b/src/gt-re-pull.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 're-pull' command of gt: utility to pull files defined in pulled.tsv for all or one previously defined remote @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-re-pull.sh.sig b/src/gt-re-pull.sh.sig index c5997978..d88570ec 100644 Binary files a/src/gt-re-pull.sh.sig and b/src/gt-re-pull.sh.sig differ diff --git a/src/gt-remote.sh b/src/gt-remote.sh index a2513ee3..5de519f6 100755 --- a/src/gt-remote.sh +++ b/src/gt-remote.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 'remote' command of gt: utility to manage gt remotes @@ -28,7 +28,7 @@ set -eu -o pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-remote.sh.sig b/src/gt-remote.sh.sig index 3972c88d..0648bb70 100644 Binary files a/src/gt-remote.sh.sig and b/src/gt-remote.sh.sig differ diff --git a/src/gt-reset.sh b/src/gt-reset.sh index 7a666708..42dfb311 100755 --- a/src/gt-reset.sh +++ b/src/gt-reset.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 'reset' command of gt: utility to reset (re-initialise gpg, re-pull all files) for all or one previously defined remote @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-reset.sh.sig b/src/gt-reset.sh.sig index 7a7f652f..ea310b56 100644 Binary files a/src/gt-reset.sh.sig and b/src/gt-reset.sh.sig differ diff --git a/src/gt-self-update.sh b/src/gt-self-update.sh index 3114e619..8d1f510b 100755 --- a/src/gt-self-update.sh +++ b/src/gt-self-update.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 'self-update' command of gt: utility to update gt @@ -22,7 +22,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-self-update.sh.sig b/src/gt-self-update.sh.sig index ef45a94e..f893e806 100644 Binary files a/src/gt-self-update.sh.sig and b/src/gt-self-update.sh.sig differ diff --git a/src/gt-update.sh b/src/gt-update.sh index dade9896..15400438 100755 --- a/src/gt-update.sh +++ b/src/gt-update.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # 'update' command of gt: utility to update already pulled files @@ -28,7 +28,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-update.sh.sig b/src/gt-update.sh.sig index 2e26dfbf..a21255ef 100644 Binary files a/src/gt-update.sh.sig and b/src/gt-update.sh.sig differ diff --git a/src/gt.sh b/src/gt.sh index cf1addc5..1e18aeec 100755 --- a/src/gt.sh +++ b/src/gt.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # Utility to pull a file or a directory from a git repository. @@ -41,7 +41,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then declare intermediateSource=${BASH_SOURCE[0]:-$0} diff --git a/src/gt.sh.sig b/src/gt.sh.sig index adb70287..4e6bab97 100644 Binary files a/src/gt.sh.sig and b/src/gt.sh.sig differ diff --git a/src/paths.source.sh b/src/paths.source.sh index 37c162b9..6aa94e31 100644 --- a/src/paths.source.sh +++ b/src/paths.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # constants intended to be sourced into a function. diff --git a/src/paths.source.sh.sig b/src/paths.source.sh.sig index bfeb684d..c1c9750d 100644 Binary files a/src/paths.source.sh.sig and b/src/paths.source.sh.sig differ diff --git a/src/pulled-utils.sh b/src/pulled-utils.sh index f7392fd4..f48a68ac 100644 --- a/src/pulled-utils.sh +++ b/src/pulled-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # internal utility functions for dealing with the pulled file @@ -16,7 +16,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.2' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/pulled-utils.sh.sig b/src/pulled-utils.sh.sig index 9c031c5f..d3c6d3ba 100644 Binary files a/src/pulled-utils.sh.sig and b/src/pulled-utils.sh.sig differ diff --git a/src/utils.sh b/src/utils.sh index 9044266f..c9aededd 100644 --- a/src/utils.sh +++ b/src/utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v0.18.0-SNAPSHOT +# Version: v0.17.2 ####### Description ############# # # internal utility functions diff --git a/src/utils.sh.sig b/src/utils.sh.sig index 3c7ca9fb..d9b8d429 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ