Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AM 1.17.0 + SS 0.23.0 #358

Open
wants to merge 3 commits into
base: qa/1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.42.0
hooks:
- id: markdownlint
- repo: https://github.com/thlorenz/doctoc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion debs/focal/.Jenkinsci
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion debs/jammy/.Jenkinsci
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion debs/jammy/archivematica-storage-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion debs/jammy/archivematica/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion debs/jammy/archivematica/debian-MCPClient/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion debs/jammy/archivematica/debian-MCPServer/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion debs/jammy/archivematica/debian-dashboard/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
archivematica-common (>= 1.16.0),
archivematica-common (>= 1.17.0),
git,
nginx,
gettext
Expand Down
2 changes: 1 addition & 1 deletion rpms/EL9/.Jenkinsci
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion rpms/EL9/archivematica-storage-service/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rpms/EL9/archivematica/Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/archivematica/EL9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else
sudo -u root bash -c 'cat << EOF > /etc/yum.repos.d/archivematica.repo
[archivematica]
name=archivematica
baseurl=https://packages.archivematica.org/1.16.x/rocky9
baseurl=https://packages.archivematica.org/1.17.x/rocky9
gpgcheck=1
gpgkey=https://packages.archivematica.org/GPG-KEY-archivematica-sha512
enabled=1
Expand All @@ -56,7 +56,7 @@ fi
sudo -u root bash -c 'cat << EOF >> /etc/yum.repos.d/archivematica-extras.repo
[archivematica-extras]
name=archivematica-extras
baseurl=https://packages.archivematica.org/1.16.x/rocky9-extras
baseurl=https://packages.archivematica.org/1.17.x/rocky9-extras
gpgcheck=1
gpgkey=https://packages.archivematica.org/GPG-KEY-archivematica-sha512
enabled=1
Expand Down
6 changes: 3 additions & 3 deletions tests/archivematica/jammy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ sudo debconf-set-selections <<< "archivematica-mcp-server archivematica-mcp-serv
sudo debconf-set-selections <<< "archivematica-mcp-server archivematica-mcp-server/mysql/app-pass password demo-am"
sudo debconf-set-selections <<< "archivematica-mcp-server archivematica-mcp-server/app-password-confirm password demo-am"

curl -fsSL https://packages.archivematica.org/1.16.x/key.asc | sudo gpg --dearmor -o /etc/apt/keyrings/archivematica-1.16.x.gpg
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/archivematica-1.16.x.gpg] http://packages.archivematica.org/1.16.x/ubuntu-externals jammy main" > /etc/apt/sources.list.d/archivematica-externals.list'
curl -fsSL https://packages.archivematica.org/1.17.x/key.asc | sudo gpg --dearmor -o /etc/apt/keyrings/archivematica-1.17.x.gpg
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/archivematica-1.17.x.gpg] http://packages.archivematica.org/1.17.x/ubuntu-externals jammy main" > /etc/apt/sources.list.d/archivematica-externals.list'

if [ "${local_repository}" == "true" ] ; then
sudo -u root bash -c 'cat << EOF > /etc/apt/sources.list.d/archivematica.list
deb file:/am-packbuild/debs/jammy/_deb_repository ./
EOF'
else
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/archivematica-1.16.x.gpg] http://packages.archivematica.org/1.16.x/ubuntu jammy main" > /etc/apt/sources.list.d/archivematica.list'
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/archivematica-1.17.x.gpg] http://packages.archivematica.org/1.17.x/ubuntu jammy main" > /etc/apt/sources.list.d/archivematica.list'
fi

sudo apt-get -o Acquire::AllowInsecureRepositories=true update
Expand Down