From 2b7e6d538c6ddee39751894a74f814a70ed965a5 Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Mon, 7 Oct 2024 21:43:39 +0000 Subject: [PATCH] Update version references --- README.md | 2 +- debs/focal/.Jenkinsci | 2 +- debs/jammy/.Jenkinsci | 2 +- debs/jammy/archivematica-storage-service/Makefile | 2 +- debs/jammy/archivematica/Makefile | 2 +- debs/jammy/archivematica/debian-MCPClient/control | 2 +- debs/jammy/archivematica/debian-MCPServer/control | 2 +- debs/jammy/archivematica/debian-archivematicaCommon/control | 2 +- debs/jammy/archivematica/debian-dashboard/control | 2 +- rpms/EL9/.Jenkinsci | 2 +- rpms/EL9/archivematica-storage-service/Makefile | 2 +- rpms/EL9/archivematica/Makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2864d853..d139987e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ may be a bit different between packages, but the most common are `BRANCH`, So in order to build a specific branch or version, this command can be used from the folder of the package we want to build: - make BRANCH=qa/1.x VERSION=1.16.0 RELEASE=rc5 + make BRANCH=qa/1.x VERSION=1.17.0 RELEASE=rc5 Keep in mind that the makefiles are a bit recursive, they will invoke Docker, mount the current folder, and run the deb-build target. diff --git a/debs/focal/.Jenkinsci b/debs/focal/.Jenkinsci index 2ff60362..e2a6aec7 100644 --- a/debs/focal/.Jenkinsci +++ b/debs/focal/.Jenkinsci @@ -5,7 +5,7 @@ pipeline { string(defaultValue: 'qa/1.x', description: '', name: 'BRANCH') string(defaultValue: '', description: '', name: 'GIT_REPO') string(defaultValue: '0F4A4D31', description: 'For production packages, use production key', name: 'GPG_ID') - string(defaultValue: '1.16.0', description: '', name: 'VERSION') + string(defaultValue: '1.17.0', description: '', name: 'VERSION') string(defaultValue: '-beta1', description: '', name: 'RELEASE') string(defaultValue: 'qa/1.x', description: '', name: 'PACKBUILD_BRANCH') string(defaultValue: 'jenkinsci', description: '', name: 'REPOSITORY') diff --git a/debs/jammy/.Jenkinsci b/debs/jammy/.Jenkinsci index bb8bafe8..2751c37b 100644 --- a/debs/jammy/.Jenkinsci +++ b/debs/jammy/.Jenkinsci @@ -5,7 +5,7 @@ pipeline { string(defaultValue: 'qa/1.x', description: '', name: 'BRANCH') string(defaultValue: '', description: '', name: 'GIT_REPO') string(defaultValue: '0F4A4D31', description: 'For production packages, use production key', name: 'GPG_ID') - string(defaultValue: '1.16.0', description: '', name: 'VERSION') + string(defaultValue: '1.17.0', description: '', name: 'VERSION') string(defaultValue: '-beta1', description: '', name: 'RELEASE') string(defaultValue: 'qa/1.x', description: '', name: 'PACKBUILD_BRANCH') string(defaultValue: 'jenkinsci', description: '', name: 'REPOSITORY') diff --git a/debs/jammy/archivematica-storage-service/Makefile b/debs/jammy/archivematica-storage-service/Makefile index 5b48185e..d7456a14 100644 --- a/debs/jammy/archivematica-storage-service/Makefile +++ b/debs/jammy/archivematica-storage-service/Makefile @@ -5,7 +5,7 @@ DOCKER_VOLUME = "/src" DOCKER_IMAGE = "debbuild-$(NAME)-$(PACKAGE)-$(VERSION)" GPG_ID ?= 0F4A4D31 BRANCH ?= qa/0.x -VERSION ?= 0.22.0 +VERSION ?= 0.23.0 RELEASE ?= -1 GIT_REPO = "https://github.com/artefactual/archivematica-storage-service" diff --git a/debs/jammy/archivematica/Makefile b/debs/jammy/archivematica/Makefile index ea2cfe6f..88847184 100644 --- a/debs/jammy/archivematica/Makefile +++ b/debs/jammy/archivematica/Makefile @@ -5,7 +5,7 @@ DOCKER_VOLUME = "/src" DOCKER_IMAGE = "debbuild-$(NAME)-$(PACKAGE)-$(VERSION)" GPG_ID ?= 0F4A4D31 BRANCH ?= qa/1.x -VERSION ?= 1.16.0 +VERSION ?= 1.17.0 RELEASE ?= -1 GIT_REPO ?= "https://github.com/artefactual" diff --git a/debs/jammy/archivematica/debian-MCPClient/control b/debs/jammy/archivematica/debian-MCPClient/control index 5ca6e9c3..86752bad 100644 --- a/debs/jammy/archivematica/debian-MCPClient/control +++ b/debs/jammy/archivematica/debian-MCPClient/control @@ -11,7 +11,7 @@ Package: archivematica-mcp-client Architecture: amd64 Depends: ${misc:Depends}, - archivematica-common (>= 1.16.0), + archivematica-common (>= 1.17.0), atool, bulk-extractor, clamav, diff --git a/debs/jammy/archivematica/debian-MCPServer/control b/debs/jammy/archivematica/debian-MCPServer/control index a4a4c9b7..2129278e 100644 --- a/debs/jammy/archivematica/debian-MCPServer/control +++ b/debs/jammy/archivematica/debian-MCPServer/control @@ -11,7 +11,7 @@ Package: archivematica-mcp-server Architecture: amd64 Depends: ${misc:Depends}, - archivematica-common (>= 1.16.0), + archivematica-common (>= 1.17.0), dbconfig-common, dbconfig-mysql, mysql-server, diff --git a/debs/jammy/archivematica/debian-archivematicaCommon/control b/debs/jammy/archivematica/debian-archivematicaCommon/control index 4fbe73d7..e5b21d18 100644 --- a/debs/jammy/archivematica/debian-archivematicaCommon/control +++ b/debs/jammy/archivematica/debian-archivematicaCommon/control @@ -13,6 +13,6 @@ Depends: ${misc:Depends}, python3, python3-distutils, - archivematica (>= 1.16.0) + archivematica (>= 1.17.0) Description: Archivematica shared libraries. Homepage: https://www.archivematica.org diff --git a/debs/jammy/archivematica/debian-dashboard/control b/debs/jammy/archivematica/debian-dashboard/control index bb2222b0..99f4e0e8 100644 --- a/debs/jammy/archivematica/debian-dashboard/control +++ b/debs/jammy/archivematica/debian-dashboard/control @@ -12,7 +12,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - archivematica-common (>= 1.16.0), + archivematica-common (>= 1.17.0), git, nginx, gettext diff --git a/rpms/EL9/.Jenkinsci b/rpms/EL9/.Jenkinsci index 396842e8..ebe98640 100644 --- a/rpms/EL9/.Jenkinsci +++ b/rpms/EL9/.Jenkinsci @@ -4,7 +4,7 @@ pipeline { string(defaultValue: 'archivematica', description: '', name: 'PACKAGE') string(defaultValue: 'qa/1.x', description: '', name: 'BRANCH') string(defaultValue: '0F4A4D31', description: 'For production packages, use production key', name: 'GPG_ID') - string(defaultValue: '1.16.0', description: '', name: 'VERSION') + string(defaultValue: '1.17.0', description: '', name: 'VERSION') string(defaultValue: 'beta1', description: '', name: 'RELEASE') string(defaultValue: '', description: '', name: 'GIT_REPO') string(defaultValue: 'qa/1.x', description: '', name: 'PACKBUILD_BRANCH') diff --git a/rpms/EL9/archivematica-storage-service/Makefile b/rpms/EL9/archivematica-storage-service/Makefile index b0cb5110..874c8ad2 100644 --- a/rpms/EL9/archivematica-storage-service/Makefile +++ b/rpms/EL9/archivematica-storage-service/Makefile @@ -1,6 +1,6 @@ NAME = archivematica-storage-service BRANCH ?= qa/0.x -VERSION ?= 0.22.0 +VERSION ?= 0.23.0 RELEASE ?= 1 RPM_TOPDIR = "/rpmbuild" DOCKER_VOLUME = "/src" diff --git a/rpms/EL9/archivematica/Makefile b/rpms/EL9/archivematica/Makefile index d6110f6d..3a8d04a5 100644 --- a/rpms/EL9/archivematica/Makefile +++ b/rpms/EL9/archivematica/Makefile @@ -1,6 +1,6 @@ PACKAGE ?= archivematica BRANCH ?= qa/1.x -VERSION ?= 1.16.0 +VERSION ?= 1.17.0 RELEASE ?= 1 RPM_TOPDIR = "/rpmbuild" DOCKER_VOLUME = "/src"