diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 64d3460b..b0c02339 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.3" + placeholder: "v0.17.4" validations: required: true - type: textarea diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e558d2bb..c8c6adbf 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.3/.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.4/.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 9ea8b561..7ee0ee7f 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.4 ################################### 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.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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 ce950bfe..83809f1b 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 8b894405..f3a851b3 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, v0.17.1] + 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, v0.17.3] 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 7f2e5f87..45c3bd77 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.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_LATEST_VERSION="v0.17.3" +GT_LATEST_VERSION="v0.17.4" 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 5dc930cb..681bffee 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.17.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.3) + - + # gt @@ -36,11 +36,11 @@ templates etc. which you use in multiple projects but want to maintain at a sing ---- + **Table of Content** @@ -98,8 +98,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.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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) && \ @@ -162,7 +162,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v0.17.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.3) +1. [![Download](https://img.shields.io/badge/Download-v0.17.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.4) 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): @@ -234,7 +234,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.4 ``` @@ -257,7 +257,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.4 ``` @@ -316,7 +316,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.4 ``` @@ -345,7 +345,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.4 ``` @@ -402,7 +402,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.4 ``` @@ -503,7 +503,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.4 ``` @@ -562,7 +562,7 @@ gt reset gt reset --gpg-only true INFO: Version of gt-reset.sh is: -v0.18.0-SNAPSHOT +v0.17.4 ``` @@ -622,7 +622,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.4 ``` @@ -803,7 +803,7 @@ gt self-update gt self-update --force INFO: Version of gt-self-update.sh is: -v0.18.0-SNAPSHOT +v0.17.4 ``` diff --git a/install.doc.sh b/install.doc.sh index df985e58..6be86175 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.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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 810faaa7..5185ce8a 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index fc8b6114..5513ab92 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.4 ####### 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.3/install.sh" && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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 4212c2b0..fd8b1045 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..defdc46b 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.4 ################################### 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 3fca6891..ba45aff9 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.4 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 4fd932c5..209bd1f6 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.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.4" 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 2433527c..4f2bfa6d 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.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.4" 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..ff5377d1 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.4 ################################### 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..ddd5f1da 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.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v0.18.0-SNAPSHOT" +GT_VERSION="v0.17.4" 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..5ad6ab2f 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.4 ####### 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 index 7dc94f5d..c5956653 100644 Binary files a/src/common-constants.source.sh.sig 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 806303d4..b3d24a82 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..b6961692 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.4 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/gitlab/create-mr.sh.sig b/src/gitlab/create-mr.sh.sig index d7f2c987..e4708c44 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 8f53cfa6..2df7498c 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.4 ################################### 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.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.4/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 824a74ea..3db2f809 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..8852e31e 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.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.18.0-SNAPSHOT' +export GT_VERSION='v0.17.4' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index 63b1497c..1e30d9bd 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 9a8b8eff..47f5020d 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.4 ####### 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.4' 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 f24c5166..dee72637 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..a4d2bc90 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.4 ####### 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.4' 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 86d5b32a..1cc01f57 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..9b4660f5 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.4 ####### 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.4' 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 d2bcdeb4..dc6796f6 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..d4e52bc3 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.4 ####### 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.4' 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 fbc98b98..8a968946 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..4b7d85cd 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.4 ####### 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.4' 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 6e2e4bc9..e2213082 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..7f0b8280 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.4 ####### 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.4' 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 b578085a..c6c8928d 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..f96dc758 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.4 ####### 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.4' 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 4faad9db..9c16cf8a 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..247e6cda 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.4 ####### Description ############# # # constants intended to be sourced into a function. diff --git a/src/paths.source.sh.sig b/src/paths.source.sh.sig index e2ac7f51..e37aabca 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..0e6b459d 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.4 ####### 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.4' 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 399a08f0..acd96422 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..ce22bace 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.4 ####### Description ############# # # internal utility functions diff --git a/src/utils.sh.sig b/src/utils.sh.sig index dbf9c541..e85ecc62 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ