From 0db99a4a254107e38223166fb67652fab7be54f9 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 20:29:59 +0200 Subject: [PATCH 1/4] Preparing for release --- Dockerfile | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df5b357..ff4e8e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ RUN apt-get update && apt-get install -y \ unzip \ zip \ && rm -rf /var/lib/apt/lists/* -RUN curl -s https://git.phoenix.ipv64.de/public/warp4j/raw/branch/develop/install.sh | /bin/sh -s +RUN curl -s https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/install.sh | /bin/sh -s ENTRYPOINT [ "/usr/local/bin/warp4j" ] diff --git a/install.sh b/install.sh index 69b6913..7595434 100755 --- a/install.sh +++ b/install.sh @@ -128,7 +128,7 @@ get_missing_deps() { fi } -WARP4J_LINK="https://git.phoenix.ipv64.de/public/warp4j/raw/branch/develop/warp4j" +WARP4J_LINK="https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/warp4j" echo "Getting information about warp-packer releases..." WARP_LINK=$(get_warp_link $THIS_PLATFORM $THIS_ARCHITECTURE) From f3f4cdf29d88879e11086143ca84b7a8d246769f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 20:51:32 +0200 Subject: [PATCH 2/4] Adding PR check for master --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index e8ff336..1b999a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -127,7 +127,6 @@ trigger: # Variables tag: &tag testing repo: &repo phoenix.ipv64.de/kirbylink/warp4j -branch: &exclude_branch master dry_run: &dry_run true step_name: &step_name warp4j pipeline_name: &pipeline_name warp4j build only (testing) @@ -184,8 +183,5 @@ steps: status: [ success, failure ] trigger: - branch: - exclude: - - *exclude_branch event: - pull_request From f3382a5bacf434a4b3da7cf8e86f3913c3e7f837 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 21:02:14 +0200 Subject: [PATCH 3/4] Fixing CHANGELOG.md link --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3ee3e..1eda0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [origin warp4j] - 2019-02-28 - See origin repository: https://github.com/guziks/warp4j -[unreleased]: https://git.phoenix.ipv64.de/public/warp/compare/master...HEAD -[1.0.0]: https://git.phoenix.ipv64.de/GitHub_Mirrors/warp4j/compare/master...stable +[unreleased]: https://git.phoenix.ipv64.de/public/warp4j/compare/master...HEAD +[1.0.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/stable...master [origin warp4j]: https://github.com/guziks/warp4j \ No newline at end of file From 75884d0b24e5178d052c14f569d047a03ffe1f85 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2024 21:47:21 +0200 Subject: [PATCH 4/4] Updating compatibility in README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c37dce..ca2e93d 100644 --- a/README.md +++ b/README.md @@ -113,10 +113,7 @@ Options: Tested on the following operating systems: -- Debian 10.8 -- Ubuntu 18.04 -- macOS Mojave -- Windows Subsystem for Linux with Ubuntu 14.04 +- Debian 12.5 ## Cache Location