Skip to content

Commit b66bb1c

Browse files
tegonal-botrobstoll
authored andcommitted
update files of remote gt to version v1.1.0 via gt
1 parent a025d8f commit b66bb1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/gt-update.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v1.0.4
8+
# Version: v1.1.0
99
###################################
1010
name: "gt update"
1111
on:
@@ -40,8 +40,8 @@ jobs:
4040
echo "public key trusted" && \
4141
mkdir ./gpg && \
4242
gpg --homedir ./gpg --import ./signing-key.public.asc && \
43-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
44-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
43+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.1.0/install.sh" && \
44+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.1.0/install.sh.sig" && \
4545
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
4646
chmod +x ./install.sh && \
4747
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
@@ -79,8 +79,8 @@ jobs:
7979
echo "public key trusted" && \
8080
mkdir ./gpg && \
8181
gpg --homedir ./gpg --import ./signing-key.public.asc && \
82-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
83-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
82+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.1.0/install.sh" && \
83+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.1.0/install.sh.sig" && \
8484
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
8585
chmod +x ./install.sh && \
8686
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
@@ -157,7 +157,7 @@ jobs:
157157
while read -r key; do
158158
keyId=$(cut -d ':' -f5 <<<"$key")
159159
expirationTimestamp=$(cut -d ':' -f7 <<<"$key")
160-
if (( expirationTimestamp < $limitTimestamp )); then
160+
if (( expirationTimestamp < limitTimestamp )); then
161161
expirationDate=$(date -d "@$((expirationTimestamp + 0))" +"%Y-%m-%dT%H:%M:%S")
162162
printf >&2 "\033[0;31mERROR\033[0m: expiration date (%s) of key %s is before the given limit %s\n" "$expirationDate" "$keyId" "$limitDate"
163163
((++expired))
@@ -193,7 +193,7 @@ jobs:
193193
while read -r key; do
194194
keyId=$(cut -d ':' -f5 <<<"$key")
195195
expirationTimestamp=$(cut -d ':' -f7 <<<"$key")
196-
if (( expirationTimestamp < $limitTimestamp )); then
196+
if (( expirationTimestamp < limitTimestamp )); then
197197
expirationDate=$(date -d "@$((expirationTimestamp + 0))" +"%Y-%m-%dT%H:%M:%S")
198198
printf >&2 "\033[0;31mERROR\033[0m: expiration date (%s) of key %s is before the given limit %s\n" "$expirationDate" "$keyId" "$limitDate"
199199
((++expired))

.gt/remotes/gt/pulled.tsv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@ Version: 1.1.0
22
tag file relativeTarget tagFilter sha512
3-
v1.0.4 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* c53fbf485404d41067f0a8763e5978f900fa6b599b28da87917e54b2a6ccbe6a4e407b1293bf14819494d967c18cd02ce0bb1cdf04e244e6e509f9cd1e593e5b
3+
v1.1.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* e8537a64386d418f5cde75de0fade6b76b9f5bb981c7a12790e2268a73554384adae508edb7b0a81f2a6647c8c3fcc4ccbcd71b75ff3318889974305776b2413

0 commit comments

Comments
 (0)