From ba65a7c35997f67c8de3c8dc21b5e70a6809f89f Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 7 Sep 2025 19:01:24 +0200 Subject: [PATCH 1/2] update readme script #3 Signed-off-by: GnomeZworc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5699b12..fed9081 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ v1.2.0: Valentin ## release script -To use the release script it's simple `curl https://gitlab.g3e.fr/h6n/tools/-/raw/main/scripts/release.sh | bash -s - [param list]` +To use the release script it's simple `curl https://git.g3e.fr/H6N/tools/raw/branch/main/scripts/release.sh | bash -s - [param list]` In dev mode you can do `cat ./scripts/release.sh | bash -s - [param list]` From 172a90b2fc6604cd9c302e76fc0068b5654d0ba6 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 7 Sep 2025 19:02:10 +0200 Subject: [PATCH 2/2] update script #3 Signed-off-by: GnomeZworc --- scripts/gitlab_release.sh | 2 +- scripts/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gitlab_release.sh b/scripts/gitlab_release.sh index 6a85d01..2d8d01c 100644 --- a/scripts/gitlab_release.sh +++ b/scripts/gitlab_release.sh @@ -17,7 +17,7 @@ exec_with_dry_run () { main () { - [[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://gitlab.g3e.fr/h6n/tools/-/raw/main/libs/shflags)" + [[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://git.g3e.fr/H6N/tools/raw/branch/main/libs/shflags)" [[ -f ./.config/gitlab_release ]] && . ./.config/gitlab_release DEFINE_string 'artifact_path' '' 'Path of artifact list' 'a' diff --git a/scripts/release.sh b/scripts/release.sh index e62231c..4512ae1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -34,7 +34,7 @@ edit_file () { } main () { - [[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://gitlab.g3e.fr/h6n/tools/-/raw/main/libs/shflags)" + [[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://git.g3e.fr/H6N/tools/raw/branch/main/libs/shflags)"