diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6322dd3..fd4a37a 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: "v1.0.3" + placeholder: "v1.0.4" validations: required: true - type: textarea diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c6bc36f..d7ed516 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/v1.0.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/v1.0.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 eda3c2b..b45e563 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: v1.1.0-SNAPSHOT +# Version: v1.0.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/v1.0.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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/v1.0.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ diff --git a/.github/workflows/gt-update.yml.sig b/.github/workflows/gt-update.yml.sig index e076fa2..e98d341 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 9593cc6..15460e7 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, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2] + 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, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.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 4f6651e..6b4755b 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_LATEST_VERSION="v1.0.3" +GT_LATEST_VERSION="v1.0.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 8f4c7ba..ac19cff 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v1.0.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.3) + - + # gt @@ -36,11 +36,11 @@ templates etc. which you use in multiple projects but want to maintain at a sing ---- + **Table of Content** @@ -99,8 +99,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/v1.0.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ @@ -163,7 +163,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v1.0.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.3) +1. [![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4) 2. extract the zip/tar.gz 3. open a terminal at the corresponding folder and verify the public key of this repo against [Tegonal's public key](https://tegonal.com/gpg/github.asc): @@ -253,7 +253,7 @@ self-update update gt to the latest version --version prints the version of this script INFO: Version of gt.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -284,7 +284,7 @@ list list all remotes --version prints the version of this script INFO: Version of gt-remote.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -348,7 +348,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: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -380,7 +380,7 @@ gt remote remove -r tegonal-scripts --delete-pulled-files true gt remote remove -r tegonal-scripts -w .github/.gt INFO: Version of gt-remote.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -407,7 +407,7 @@ gt remote list gt remote list -w .github/.gt INFO: Version of gt-remote.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -458,7 +458,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ --tag-filter "^v3.*" INFO: Version of gt-pull.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -596,7 +596,7 @@ gt re-pull gt re-pull -r tegonal-scripts --only-missing false INFO: Version of gt-re-pull.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -660,7 +660,7 @@ gt reset gt reset --gpg-only true INFO: Version of gt-reset.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -723,7 +723,7 @@ gt update -r tegonal-scripts gt update -r tegonal-scripts -t v1.0.0 INFO: Version of gt-update.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` @@ -916,7 +916,7 @@ gt self-update gt self-update --force INFO: Version of gt-self-update.sh is: -v1.1.0-SNAPSHOT +v1.0.4 ``` diff --git a/install.doc.sh b/install.doc.sh index 3734760..363acaf 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/v1.0.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ diff --git a/install.doc.sh.sig b/install.doc.sh.sig index 158fd74..1acfec8 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index 5d4e3f2..66f2ad3 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: v1.1.0-SNAPSHOT +# Version: v1.0.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/v1.0.3/install.sh" && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ # gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ # chmod +x ./install.sh && \ # echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ diff --git a/install.sh.sig b/install.sh.sig index 4497dc2..06ba5d7 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 895be99..aaeb5da 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 d4274f0..8dd395c 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 35d34de..fad2100 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v1.1.0-SNAPSHOT" +GT_VERSION="v1.0.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 3b70be3..5ae883a 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v1.1.0-SNAPSHOT" +GT_VERSION="v1.0.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 d922bbb..2f10da9 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 c83dc31..62df453 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_VERSION="v1.1.0-SNAPSHOT" +GT_VERSION="v1.0.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 459b805..a967594 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 c819707..d3378ac 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 46791ae..79a83eb 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 406290f..4dfe151 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 e4b3963..ec1da6b 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 3d95b72..18a349e 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: v1.1.0-SNAPSHOT +# Version: v1.0.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/v1.0.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \ diff --git a/src/gitlab/install-gt.sh.sig b/src/gitlab/install-gt.sh.sig index 251d4e9..a8fe83a 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 5df215f..c705ad8 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.4' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index 5538994..a309b86 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 cba2e72..e0cfafd 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # 'pull' command of gt: utility to pull files from a previously defined git remote repository @@ -64,7 +64,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 6de4a08..cec2100 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 b8624e3..fbd69f3 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # 're-pull' command of gt: utility to pull files defined in pulled.tsv for all or one previously defined remote @@ -37,7 +37,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 213c818..8d7a235 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 9620271..a972e91 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: v1.1.0-SNAPSHOT +# Version: v1.0.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='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 83b0cca..c3e46cf 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 5143564..f391134 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # 'reset' command of gt: utility to reset (re-initialise gpg, re-pull all files) for all or one previously defined remote @@ -37,7 +37,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 9465bff..affe239 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 44134ae..cb213a2 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: v1.1.0-SNAPSHOT +# Version: v1.0.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='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 e7d9387..e21e025 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 a1988ab..be29839 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # 'update' command of gt: utility to update already pulled files @@ -31,7 +31,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 ad1fdc4..dbc7b06 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 3301817..0f8e6bd 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: v1.1.0-SNAPSHOT +# Version: v1.0.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='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 3e316d4..85e82d8 100644 Binary files a/src/gt.sh.sig and b/src/gt.sh.sig differ diff --git a/src/install/include-install-doc.sh b/src/install/include-install-doc.sh index 46bf9c4..436bee9 100755 --- a/src/install/include-install-doc.sh +++ b/src/install/include-install-doc.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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # utility to include the content of install.doc.sh into given files (e.g. into other scripts or github workflow files @@ -40,7 +40,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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/install/include-install-doc.sh.sig b/src/install/include-install-doc.sh.sig index 5a8c6b4..a7d9424 100644 Binary files a/src/install/include-install-doc.sh.sig and b/src/install/include-install-doc.sh.sig differ diff --git a/src/install/zsh/_gt b/src/install/zsh/_gt index 339b8ba..5ca1a36 100644 --- a/src/install/zsh/_gt +++ b/src/install/zsh/_gt @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # Provides a completion function for zsh. diff --git a/src/install/zsh/_gt.sig b/src/install/zsh/_gt.sig index a85676c..3891318 100644 Binary files a/src/install/zsh/_gt.sig and b/src/install/zsh/_gt.sig differ diff --git a/src/paths.source.sh b/src/paths.source.sh index 2f10cec..5feee97 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: v1.1.0-SNAPSHOT +# Version: v1.0.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 18e5024..adeefbc 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 5327228..bb17ff2 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: v1.1.0-SNAPSHOT +# Version: v1.0.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='v1.1.0-SNAPSHOT' +export GT_VERSION='v1.0.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 c06d5e1..65ff604 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 d8913c9..e895bed 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: v1.1.0-SNAPSHOT +# Version: v1.0.4 ####### Description ############# # # internal utility functions diff --git a/src/utils.sh.sig b/src/utils.sh.sig index 9cbfd06..d0ac153 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ