From 90e6ebb163bd91dd321312a683f091653b61a927 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 6 Nov 2024 17:51:47 -0800 Subject: [PATCH 01/40] new debian builder --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0caa186..2c9213a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:49 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:54 commands: - make upload-release @@ -28,7 +28,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:49 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:54 commands: - make upload-trunk From 8c596f7fe33189b3a01126235e7b9637959bef52 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 6 Nov 2024 18:09:33 -0800 Subject: [PATCH 02/40] new debian builder --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2c9213a..2380dcd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:54 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:55 commands: - make upload-release @@ -28,7 +28,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:54 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:55 commands: - make upload-trunk From c1d1755488656821df064d19de146405074365a1 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Nov 2024 17:26:08 -0800 Subject: [PATCH 03/40] new ucm relelase --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 945b726..e81191e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.28 -UNISON_CURRENT_RELEASE=0.5.27 +UNISON_NEXT_RELEASE=0.5.29 +UNISON_CURRENT_RELEASE=0.5.28 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 7a2c471c5e12ec8c3d185ea3942717e8cea5c193 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Nov 2024 17:28:27 -0800 Subject: [PATCH 04/40] renamed release binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e81191e..5f6bc5a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ UNISON_NEXT_RELEASE=0.5.29 UNISON_CURRENT_RELEASE=0.5.28 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz -UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux.tar.gz +UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') APTLY_URI := $(shell dig +short -t SRV aptly.service.us-west-2.consul.unison-lang.org | awk '{print "http://" $$4 ":" $$3}') From 187ac19319ea61f63e26b26ea8c59922354cb05a Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Nov 2024 17:45:52 -0800 Subject: [PATCH 05/40] update README.md --- README.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 28cf56a..797df3f 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,6 @@ This project packages the (Unison Code Manager)[https://unison-lang.org/] for the Debian and Debian-based distributions, such as Ubuntu. -## Releaseing a new version +## When a new UCM version is released +edit Makefile and increment the version numbers at the two two lines of a file. The "UNISON_NEXT_RELEASE" variable should always just be a minor version bump from the "UNISON_CURRENT_RELEASE" variable. The "UNISON_NEXT_RELEASE" variable is used to caculate the versions of the nightly builds. If the "UNISON_NEXT_RELEASE=1.2.3" then the nightly versions will be in the form "1.2.3~20240101". In debian the "~" character is used to indicate prelrelease versions. So when we eventually release a 1.2.3 version, it will be considered newer than any version that is 1.2.3~anything. -1. Update the version in the `debian/changelog` file. The easiest way to do this is to use the `dch` command from the `devscripts` package. For example: - -``` -EMAIL=stew@unison.cloud dch -v 0.51.0-1 "New upstream release" -``` - -which will create a new entry in debian/changelog that starts with something like this: - -``` -unisonweb (0.5.20~trunk+2024041702) unstable; urgency=low -``` - -This version string previx should be the same as the unison release number. A trunk or unreleased version should use the next version as the version number and a tilde, as above to add some version information to differentiate it from other prerelease versions. - -Details about how debian sorts version numbers can be found in (The Debian Policy Manual)[https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-version]. - -You can use dpkg to verify that two versions compare they way you expect with some command like: - -``` -dpkg --compare-versions 0.5.20~trunk+2024041702 lt 0.5.20 && echo "true" || echo "false" -``` - -or - -``` -dpkg --compare-versions 0.5.20~trunk+2024041702 '<' 0.5.20 && echo "true" || echo "false" -```` - -2. Commit the changes to either the unstable or stable branch and push to github. From 4df017bfae978ec35abeb2d8512fafa39f3d224f Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 2 Dec 2024 12:53:45 -0800 Subject: [PATCH 06/40] new release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5f6bc5a..c725ac0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.29 -UNISON_CURRENT_RELEASE=0.5.28 +UNISON_NEXT_RELEASE=0.5.30 +UNISON_CURRENT_RELEASE=0.5.29 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From ee550c9e7f929d1cab5a3610329fe4aa187f56e4 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 9 Jan 2025 13:18:57 -0800 Subject: [PATCH 07/40] 0.5.31 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c725ac0..f9409c8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.30 -UNISON_CURRENT_RELEASE=0.5.29 +UNISON_NEXT_RELEASE=0.5.32 +UNISON_CURRENT_RELEASE=0.5.31 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From be45310884740a20a9b9b40ebecfb40db7a442fd Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Fri, 17 Jan 2025 11:23:05 -0800 Subject: [PATCH 08/40] 0.5.32 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f9409c8..24515e9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.32 -UNISON_CURRENT_RELEASE=0.5.31 +UNISON_NEXT_RELEASE=0.5.33 +UNISON_CURRENT_RELEASE=0.5.32 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 8cfb0fc0cf521ad5b78df8bf938f6a1fa4038ed7 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 11 Feb 2025 14:23:03 -0800 Subject: [PATCH 09/40] 0.5.33 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24515e9..cefb3ba 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.33 -UNISON_CURRENT_RELEASE=0.5.32 +UNISON_NEXT_RELEASE=0.5.34 +UNISON_CURRENT_RELEASE=0.5.33 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 886c69b37b12a69e28b7dddea30cc7fbbd6eb227 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 3 Mar 2025 18:08:06 -0800 Subject: [PATCH 10/40] 0.5.34 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cefb3ba..afa6eca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.34 -UNISON_CURRENT_RELEASE=0.5.33 +UNISON_NEXT_RELEASE=0.5.35 +UNISON_CURRENT_RELEASE=0.5.34 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 63d1f2a259f324e33a7e97bffe4300e5933df85a Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 12 Mar 2025 15:01:26 -0700 Subject: [PATCH 11/40] 0.5.36 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index afa6eca..2198f39 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.35 -UNISON_CURRENT_RELEASE=0.5.34 +UNISON_NEXT_RELEASE=0.5.37 +UNISON_CURRENT_RELEASE=0.5.36 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 99d2bea4f11ea09b73026192a59fe3ccca1fcab5 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Fri, 28 Mar 2025 16:59:24 -0700 Subject: [PATCH 12/40] .37 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2198f39..23060ed 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.37 -UNISON_CURRENT_RELEASE=0.5.36 +UNISON_NEXT_RELEASE=0.5.38 +UNISON_CURRENT_RELEASE=0.5.37 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From d389fb11f1c53fcaa48db892002388c723b12c19 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 5 May 2025 06:12:33 -0700 Subject: [PATCH 13/40] 0.5.39 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23060ed..7e5c9d1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.38 -UNISON_CURRENT_RELEASE=0.5.37 +UNISON_NEXT_RELEASE=0.5.40 +UNISON_CURRENT_RELEASE=0.5.39 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 31f974a06edc5c3fec19a10a67388446eb61a39e Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 14 May 2025 11:48:00 -0700 Subject: [PATCH 14/40] 0.5.40 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e5c9d1..41c5d27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.40 -UNISON_CURRENT_RELEASE=0.5.39 +UNISON_NEXT_RELEASE=0.5.41 +UNISON_CURRENT_RELEASE=0.5.40 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From d9043bc3eff4bd0da3e9b8ebf09ba68443a2261f Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 19 May 2025 15:16:00 -0700 Subject: [PATCH 15/40] 0.5.41 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 41c5d27..c46ada9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.41 -UNISON_CURRENT_RELEASE=0.5.40 +UNISON_NEXT_RELEASE=0.5.42 +UNISON_CURRENT_RELEASE=0.5.41 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 3de83f0e1b5aadf0b08d0f8965f955e53b12db0f Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 30 Jun 2025 17:07:40 -0700 Subject: [PATCH 16/40] 0.5.42 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c46ada9..9182064 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.42 -UNISON_CURRENT_RELEASE=0.5.41 +UNISON_NEXT_RELEASE=0.5.43 +UNISON_CURRENT_RELEASE=0.5.42 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From 7ddc3688c815466c297c44fb52f7373671250296 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Fri, 18 Jul 2025 12:53:39 -0700 Subject: [PATCH 17/40] 0.5.43, no more racket --- Makefile | 4 ++-- debian/control | 2 +- debian/unisonweb.install | 2 -- debian/unisonweb.postinst | 11 ----------- 4 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 debian/unisonweb.postinst diff --git a/Makefile b/Makefile index 9182064..5d6d0f8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.43 -UNISON_CURRENT_RELEASE=0.5.42 +UNISON_NEXT_RELEASE=0.5.44 +UNISON_CURRENT_RELEASE=0.5.43 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') diff --git a/debian/control b/debian/control index cfb25cd..0f3789a 100644 --- a/debian/control +++ b/debian/control @@ -12,5 +12,5 @@ Package: unisonweb Architecture: any Section: devel Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends}, libncurses6, libtinfo6, less, locales, racket, racket-doc +Depends: ${misc:Depends}, ${shlibs:Depends}, libncurses6, libtinfo6, less, locales Description: A functional programming language diff --git a/debian/unisonweb.install b/debian/unisonweb.install index 30a4790..b483545 100644 --- a/debian/unisonweb.install +++ b/debian/unisonweb.install @@ -1,5 +1,3 @@ ucm usr/bin/ build/unison/unison usr/lib/unisonweb/ -build/racket/unison.zip usr/lib/unisonweb/racket/ build/ui usr/share/unisonweb/ -build/runtime/bin/unison-runtime usr/lib/unisonweb/ diff --git a/debian/unisonweb.postinst b/debian/unisonweb.postinst deleted file mode 100644 index 5262da5..0000000 --- a/debian/unisonweb.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -eu - -if [ "$1" = 'configure' ]; then - if raco pkg show -u | grep -q unison ; then - raco pkg update --auto /usr/lib/unisonweb/racket/unison.zip - else - raco pkg install --no-docs --auto /usr/lib/unisonweb/racket/unison.zip - fi -fi From 8bbf085f16ae5090e9f78f7e0c05792d8e793cf1 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 21 Jul 2025 15:19:38 -0700 Subject: [PATCH 18/40] fixes now that there is no racket --- debian/rules | 3 --- debian/unisonweb.install | 1 + debian/unisonweb.prerm | 6 ------ ucm | 2 +- 4 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 debian/unisonweb.prerm diff --git a/debian/rules b/debian/rules index 533eb1c..dc9e269 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,3 @@ override_dh_install: override_dh_strip: echo - -override_dh_shlibdeps: - dh_shlibdeps -Xunison-runtime diff --git a/debian/unisonweb.install b/debian/unisonweb.install index b483545..4ff4751 100644 --- a/debian/unisonweb.install +++ b/debian/unisonweb.install @@ -1,3 +1,4 @@ ucm usr/bin/ build/unison/unison usr/lib/unisonweb/ build/ui usr/share/unisonweb/ + diff --git a/debian/unisonweb.prerm b/debian/unisonweb.prerm deleted file mode 100644 index 6d56a18..0000000 --- a/debian/unisonweb.prerm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -case "$1" in - remove|deconfigure) - raco pkg remove unison -esac \ No newline at end of file diff --git a/ucm b/ucm index 44a29bc..c8cacd9 100755 --- a/ucm +++ b/ucm @@ -1,3 +1,3 @@ #!/bin/sh -UCM_WEB_UI=/usr/share/unisonweb/ui /usr/lib/unisonweb/unison --runtime-path /usr/lib/unisonweb/unison-runtime "$@" \ No newline at end of file +UCM_WEB_UI=/usr/share/unisonweb/ui /usr/lib/unisonweb/unison "$@" From b741f5d3a23b7ec083d12e65f95867676b7ea1e8 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 31 Jul 2025 15:36:32 -0700 Subject: [PATCH 19/40] 0.5.44 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5d6d0f8..2dc93e1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.44 -UNISON_CURRENT_RELEASE=0.5.43 +UNISON_NEXT_RELEASE=0.5.45 +UNISON_CURRENT_RELEASE=0.5.44 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From d815766b8bc648ae14535c6f0a132b0bb6794ec9 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 12 Aug 2025 10:40:58 -0700 Subject: [PATCH 20/40] 0.5.45 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2dc93e1..7e38213 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.45 -UNISON_CURRENT_RELEASE=0.5.44 +UNISON_NEXT_RELEASE=0.5.46 +UNISON_CURRENT_RELEASE=0.5.45 UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') From e727766af12903e72f7fce72d556a8a8ff445407 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Aug 2025 10:21:35 -0400 Subject: [PATCH 21/40] try arm --- .drone.yml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2380dcd..5692be1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,32 @@ kind: pipeline type: docker -name: release +name: release-amd64 + +platform: + os: linux + arch: amd64 + +trigger: + ref: + - refs/heads/trunk + - refs/heads/stable + - refs/tags/** + +steps: + - name: build + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 + + commands: + - make upload-release + +--- +kind: pipeline +type: docker +name: release-arm64 + +platform: + os: linux + arch: arm64 trigger: ref: @@ -10,7 +36,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:55 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 commands: - make upload-release @@ -28,7 +54,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:55 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 commands: - make upload-trunk From f93df07ec9a2c512274f1d09e9e3d4d529a4d289 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Aug 2025 10:29:07 -0400 Subject: [PATCH 22/40] wrong download link for arm --- Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7e38213..e86510d 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,23 @@ UNISON_NEXT_RELEASE=0.5.46 UNISON_CURRENT_RELEASE=0.5.45 -UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz -UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz +ARCH := $(shell dpkg --print-architecture) + +ifeq "$(ARCH)" "arm64" + UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-arm64.tar.gz + UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-arm64.tar.gz +else + UNISON_TRUNK=https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz + UNISON_RELEASE:=https://github.com/unisonweb/unison/releases/download/release%2F$(UNISON_CURRENT_RELEASE)/ucm-linux-x64.tar.gz +endif + TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') APTLY_URI := $(shell dig +short -t SRV aptly.service.us-west-2.consul.unison-lang.org | awk '{print "http://" $$4 ":" $$3}') SPACKAGE := $(shell dpkg-parsechangelog -S source) DIST := bookworm -ARCH := $(shell dpkg --print-architecture) + + TRUNK_DEB := ../$(SPACKAGE)_$(TRUNK_VERSION)_$(ARCH).deb RELEASE_DEB := ../$(SPACKAGE)_$(UNISON_CURRENT_RELEASE)_$(ARCH).deb From a456dcaccbe0100b3f15089d753805bf8d7480c5 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 14 Aug 2025 11:07:00 -0400 Subject: [PATCH 23/40] move to trixie containers --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5692be1..18d86f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:65 commands: - make upload-release @@ -54,7 +54,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:65 commands: - make upload-trunk From 0d4eff29939cc77d897a16f6fb8c92da7f207965 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 26 Aug 2025 09:03:58 -0700 Subject: [PATCH 24/40] 0.5.46 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e86510d..4eb8918 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.46 -UNISON_CURRENT_RELEASE=0.5.45 +UNISON_NEXT_RELEASE=0.5.47 +UNISON_CURRENT_RELEASE=0.5.46 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 5f5fae441744284d5f1eb32e30d30a10dc09e3bc Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 26 Aug 2025 12:26:27 -0700 Subject: [PATCH 25/40] trying to publish to trixie now --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4eb8918..20031b4 100644 --- a/Makefile +++ b/Makefile @@ -43,14 +43,12 @@ $(RELEASE_DEB): upload-trunk: $(TRUNK_DEB) curl -X POST -F file=@$(TRUNK_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) - curl -X POST $(APTLY_URI)/api/repos/nightly/file/$(SPACKAGE) - curl -X DELETE $(APTLY_URI)/api/publish//bookworm - curl -X POST -H 'Content-Type: application/json' -d '{"SourceKind":"local", "Sources":[{"Name": "nightly"}, {"Name": "release"}], "Origin":"Unison Computing"}' $(APTLY_URI)/api/publish + curl -X POST $(APTLY_URI)/api/repos/trixie-nightly/file/$(SPACKAGE) + curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish/trixie upload-release: $(RELEASE_DEB) curl -X POST -F file=@$(RELEASE_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) - curl -X POST $(APTLY_URI)/api/repos/release/file/$(SPACKAGE) - curl -X DELETE $(APTLY_URI)/api/publish//bookworm - curl -X POST -H 'Content-Type: application/json' -d '{"SourceKind":"local", "Sources":[{"Name": "nightly"}, {"Name": "release"}], "Origin":"Unison Computing"}' $(APTLY_URI)/api/publish + curl -X POST $(APTLY_URI)/api/repos/trixie-release/file/$(SPACKAGE) + curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish/trixie .PHONY: build upload-trunk v From cdb6e1628440308c5240bfda78b8a5370f69f86d Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 3 Sep 2025 08:52:30 -0700 Subject: [PATCH 26/40] 0.5.47 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 20031b4..c700ceb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.47 -UNISON_CURRENT_RELEASE=0.5.46 +UNISON_NEXT_RELEASE=0.5.48 +UNISON_CURRENT_RELEASE=0.5.47 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From e5d7404c6b3a7a7433fee3cd1aaeaeb85070b583 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 3 Sep 2025 11:19:32 -0700 Subject: [PATCH 27/40] correct publish command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c700ceb..686abf7 100644 --- a/Makefile +++ b/Makefile @@ -44,11 +44,11 @@ $(RELEASE_DEB): upload-trunk: $(TRUNK_DEB) curl -X POST -F file=@$(TRUNK_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) curl -X POST $(APTLY_URI)/api/repos/trixie-nightly/file/$(SPACKAGE) - curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish/trixie + curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish//trixie upload-release: $(RELEASE_DEB) curl -X POST -F file=@$(RELEASE_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) curl -X POST $(APTLY_URI)/api/repos/trixie-release/file/$(SPACKAGE) - curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish/trixie + curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish//trixie .PHONY: build upload-trunk v From ffd5aa004b12ae4909754b8af0d0fb4855b90b88 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 22 Sep 2025 07:18:00 -0700 Subject: [PATCH 28/40] 0.5.48 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 686abf7..ee0e96c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.48 -UNISON_CURRENT_RELEASE=0.5.47 +UNISON_NEXT_RELEASE=0.5.49 +UNISON_CURRENT_RELEASE=0.5.48 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From ab4f7e588d890e153d01757dc03ad57315908e3b Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 22 Sep 2025 08:24:01 -0700 Subject: [PATCH 29/40] newer builder --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 18d86f2..c213d45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:63 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 commands: - make upload-release @@ -36,7 +36,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:65 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 commands: - make upload-release @@ -54,7 +54,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:65 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 commands: - make upload-trunk From 331fab6e1f34fe6626ac3e79befcb45c1bbf01c9 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 22 Sep 2025 08:43:04 -0700 Subject: [PATCH 30/40] newer builder --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c213d45..53a1b7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:86 commands: - make upload-release @@ -36,7 +36,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:86 commands: - make upload-release @@ -54,7 +54,7 @@ trigger: steps: - name: build - image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:82 + image: 324181518966.dkr.ecr.us-west-2.amazonaws.com/debian-builder:86 commands: - make upload-trunk From 99c847ae6f8104390c4728d532cb26240906f1ed Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Thu, 25 Sep 2025 10:02:32 -0400 Subject: [PATCH 31/40] ucm 0.5.49 Is this right? I don't know what I'm doing. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ee0e96c..c7fa4fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.49 -UNISON_CURRENT_RELEASE=0.5.48 +UNISON_NEXT_RELEASE=0.5.50 +UNISON_CURRENT_RELEASE=0.5.49 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From f1dd070b8a09dab5ee8623178fc5a716fb7c5e40 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 25 Sep 2025 13:16:05 -0700 Subject: [PATCH 32/40] tell aptly to only add single file --- Makefile | 7 ++++--- debian/changelog | 6 ++++++ debian/unisonweb.substvars | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c7fa4fb..faed3c3 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ else endif TRUNK_VERSION := $(UNISON_NEXT_RELEASE)~trunk+$(shell date '+%Y%m%d') +TRUNK_VERSION_URL := $(UNISON_NEXT_RELEASE)~trunk%2B$(shell date '+%Y%m%d') APTLY_URI := $(shell dig +short -t SRV aptly.service.us-west-2.consul.unison-lang.org | awk '{print "http://" $$4 ":" $$3}') @@ -42,13 +43,13 @@ $(RELEASE_DEB): dpkg-buildpackage -rfakeroot -uc -us upload-trunk: $(TRUNK_DEB) - curl -X POST -F file=@$(TRUNK_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) - curl -X POST $(APTLY_URI)/api/repos/trixie-nightly/file/$(SPACKAGE) + curl -v -X POST -F "file=@$(TRUNK_DEB)" $(APTLY_URI)/api/files/$(SPACKAGE) + curl -X POST $(APTLY_URI)/api/repos/trixie-nightly/file/$(SPACKAGE)/$(SPACKAGE)_$(TRUNK_VERSION_URL)_$(ARCH).deb curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish//trixie upload-release: $(RELEASE_DEB) curl -X POST -F file=@$(RELEASE_DEB) $(APTLY_URI)/api/files/$(SPACKAGE) - curl -X POST $(APTLY_URI)/api/repos/trixie-release/file/$(SPACKAGE) + curl -X POST $(APTLY_URI)/api/repos/trixie-release/file/$(SPACKAGE)/$(SPACKAGE)_$(UNISON_CURRENT_RELEASE)_$(ARCH).deb curl -X PUT -H 'Content-Type: application/json' -d '{"ForceOverwrite": true}' $(APTLY_URI)/api/publish//trixie .PHONY: build upload-trunk v diff --git a/debian/changelog b/debian/changelog index 7d79b71..fc55b62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unisonweb (0.5.50~trunk+20250925) bookworm; urgency=medium + + * Nightly build + + -- Stew O'Connor Thu, 25 Sep 2025 10:34:48 -0700 + unisonweb (0.5.27) bookworm; urgency=medium * Release build diff --git a/debian/unisonweb.substvars b/debian/unisonweb.substvars index 980e504..97ad94f 100644 --- a/debian/unisonweb.substvars +++ b/debian/unisonweb.substvars @@ -1,3 +1,3 @@ -shlibs:Depends=libc6 (>= 2.34), libgmp10 (>= 2:6.2.1+dfsg1), zlib1g (>= 1:1.1.4) +shlibs:Depends=libc6 (>= 2.34), libgmp10 (>= 2:6.3.0+dfsg), zlib1g (>= 1:1.1.4) misc:Depends= misc:Pre-Depends= From 9d8262b0f54798d75fdfb8d803e9d0b290d34047 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 12 Nov 2025 14:50:35 -0800 Subject: [PATCH 33/40] 0.5.50 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index faed3c3..53067bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.50 -UNISON_CURRENT_RELEASE=0.5.49 +UNISON_NEXT_RELEASE=0.5.51 +UNISON_CURRENT_RELEASE=0.5.50 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 13cd602d9a8728d8d7191ba8c7813e372295aa5f Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 25 Nov 2025 13:39:18 -0500 Subject: [PATCH 34/40] 1.0.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 53067bb..2dce7f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=0.5.51 -UNISON_CURRENT_RELEASE=0.5.50 +UNISON_NEXT_RELEASE=1.0.1 +UNISON_CURRENT_RELEASE=1.0.0 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 93da9bc2688169ca9ea93f6806d6f911e4eac4d3 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Mon, 22 Dec 2025 10:41:51 -0800 Subject: [PATCH 35/40] 1.0.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2dce7f0..ff5fce0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.0.1 -UNISON_CURRENT_RELEASE=1.0.0 +UNISON_NEXT_RELEASE=1.0.2 +UNISON_CURRENT_RELEASE=1.0.1 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 47e9342ad7eb926f40cb41b705b54944fa45fe97 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Tue, 6 Jan 2026 09:33:42 -0800 Subject: [PATCH 36/40] 1.0.2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff5fce0..dac2114 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.0.2 -UNISON_CURRENT_RELEASE=1.0.1 +UNISON_NEXT_RELEASE=1.0.3 +UNISON_CURRENT_RELEASE=1.0.2 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 7d13fc155d772c512638c6e02eb2b2b189634497 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Thu, 29 Jan 2026 10:14:56 -0800 Subject: [PATCH 37/40] 1.1.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dac2114..fe0ce16 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.0.3 -UNISON_CURRENT_RELEASE=1.0.2 +UNISON_NEXT_RELEASE=1.1.1 +UNISON_CURRENT_RELEASE=1.1.0 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 8a9b566b9b4b912d42a64b8b7197fcf40fadc7dc Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Sun, 29 Mar 2026 08:19:52 -0700 Subject: [PATCH 38/40] 1.1.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe0ce16..0662d99 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.1.1 -UNISON_CURRENT_RELEASE=1.1.0 +UNISON_NEXT_RELEASE=1.1.2 +UNISON_CURRENT_RELEASE=1.1.1 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 902822096a292f08bc0c0d7f2f4dd94b747688bf Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Fri, 17 Apr 2026 12:24:45 -0700 Subject: [PATCH 39/40] 1.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0662d99..e1ad893 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.1.2 -UNISON_CURRENT_RELEASE=1.1.1 +UNISON_NEXT_RELEASE=1.2.1 +UNISON_CURRENT_RELEASE=1.2.0 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64" From 79e0d9885c7fd2774e10bad34b45a6b2f57db5b4 Mon Sep 17 00:00:00 2001 From: Stew O'Connor Date: Wed, 20 May 2026 13:58:47 -0700 Subject: [PATCH 40/40] 1.3.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1ad893..2598989 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -UNISON_NEXT_RELEASE=1.2.1 -UNISON_CURRENT_RELEASE=1.2.0 +UNISON_NEXT_RELEASE=1.3.1 +UNISON_CURRENT_RELEASE=1.3.0 ARCH := $(shell dpkg --print-architecture) ifeq "$(ARCH)" "arm64"