Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rocketchat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
packages
rocketchat
Commits
8a5c331b
Verified
Commit
8a5c331b
authored
1 year ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Build package on (and for) Debian Bookworm
parent
ed5403df
Branches
bookworm
No related tags found
No related merge requests found
Pipeline
#28796
passed
1 year ago
Stage: build
Stage: package
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-19
9 additions, 19 deletions
.gitlab-ci.yml
with
9 additions
and
19 deletions
.gitlab-ci.yml
+
9
−
19
View file @
8a5c331b
...
@@ -16,7 +16,7 @@ autoupdate:
...
@@ -16,7 +16,7 @@ autoupdate:
.build:binary
:
.build:binary
:
extends
:
.build
extends
:
.build
image
:
registry.git.cccv.de/infra/packages/docker-images/b
ullseye
image
:
registry.git.cccv.de/infra/packages/docker-images/b
ookworm
script
:
script
:
-
git clone --depth 1 --branch ${UPSTREAM_VERSION} https://github.com/RocketChat/Rocket.Chat rocketchat
-
git clone --depth 1 --branch ${UPSTREAM_VERSION} https://github.com/RocketChat/Rocket.Chat rocketchat
-
NODEJS_VERSION="$(jq -r .engines.node rocketchat/package.json)"
-
NODEJS_VERSION="$(jq -r .engines.node rocketchat/package.json)"
...
@@ -42,31 +42,21 @@ autoupdate:
...
@@ -42,31 +42,21 @@ autoupdate:
paths
:
paths
:
-
build
-
build
build:binary:b
ullseye
:
build:binary:b
ookworm
:
extends
:
.build:binary
extends
:
.build:binary
package:apt:b
ullseye
:
package:apt:b
ookworm
:
extends
:
.package:apt
extends
:
.package:apt
dependencies
:
dependencies
:
-
build:binary:b
ullseye
-
build:binary:b
ookworm
needs
:
needs
:
-
build:binary:b
ullseye
-
build:binary:b
ookworm
# for now, publish the bullseye package for buster as well
publish:apt:bookworm
:
publish:apt:buster
:
extends
:
.publish:apt
extends
:
.publish:apt
variables
:
variables
:
APTLY_DISTRO
:
b
uster
APTLY_DISTRO
:
b
ookworm
dependencies
:
dependencies
:
-
package:apt:b
ullseye
-
package:apt:b
ookworm
needs
:
needs
:
-
package:apt:bullseye
-
package:apt:bookworm
publish:apt:bullseye
:
extends
:
.publish:apt
variables
:
APTLY_DISTRO
:
bullseye
dependencies
:
-
package:apt:bullseye
needs
:
-
package:apt:bullseye
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment