Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffmpeg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public-projects
ffmpeg
Commits
bb505431
Commit
bb505431
authored
1 year ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Debian 12 changes | refs #38022
parent
d8f45128
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Makefile
+3
-3
3 additions, 3 deletions
Makefile
debian/pkgvars
+2
-2
2 additions, 2 deletions
debian/pkgvars
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
2
−
2
View file @
bb505431
...
...
@@ -16,7 +16,7 @@ workflow:
debian_build
:
stage
:
debian_build
image
:
registry.ubicast.net/sys/debian-packaging-helper:b
ullseye
image
:
registry.ubicast.net/sys/debian-packaging-helper:b
ookworm
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"push"
||
$CI_PIPELINE_SOURCE
==
"web"'
when
:
on_success
...
...
@@ -32,7 +32,7 @@ debian_build:
debian_upload
:
stage
:
debian_upload
needs
:
[
"
debian_build"
]
image
:
registry.ubicast.net/sys/debian-packaging-helper:b
ullseye
image
:
registry.ubicast.net/sys/debian-packaging-helper:b
ookworm
rules
:
# Upload .deb only when branch is default branch (= main)
-
if
:
'
($CI_PIPELINE_SOURCE
==
"push"
||
$CI_PIPELINE_SOURCE
==
"web")
&&
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
3
View file @
bb505431
...
...
@@ -2,7 +2,7 @@
debian_build
:
docker run
--rm
-v
"
${
CURDIR
}
:/opt/src"
\
-e
"GITLAB_TOKEN=
${
GITLAB_TOKEN
}
"
\
registry.ubicast.net/sys/debian-packaging-helper:b
ullseye
\
registry.ubicast.net/sys/debian-packaging-helper:b
ookworm
\
make debian_build_local
debian_build_local
:
...
...
@@ -11,7 +11,7 @@ debian_build_local:
debian_upload
:
docker run
--rm
-v
"
${
CURDIR
}
:/opt/src"
\
-e
"DEB2MM_API_KEY=
${
DEB2MM_API_KEY
}
"
\
registry.ubicast.net/sys/debian-packaging-helper:b
ullseye
\
registry.ubicast.net/sys/debian-packaging-helper:b
ookworm
\
make debian_upload_local
debian_upload_local
:
...
...
@@ -19,5 +19,5 @@ debian_upload_local:
debian_shell
:
docker run
--rm
-it
-v
"
${
CURDIR
}
:/opt/src"
\
registry.ubicast.net/sys/debian-packaging-helper:b
ullseye
\
registry.ubicast.net/sys/debian-packaging-helper:b
ookworm
\
/bin/bash
This diff is collapsed.
Click to expand it.
debian/pkgvars
+
2
−
2
View file @
bb505431
...
...
@@ -2,9 +2,9 @@
# PACKAGE INFORMATION
# name is set in debian/control
version
=
'6.0-deb1
1
'
version
=
'6.0-deb1
2
'
# PACKAGE UPLOAD TO MIRIMANAGER INFORMATION
# mm_api_key is set in environment variable DEB2MM_API_KEY
mm_project
=
'nudgis'
mm_branch
=
'ng_unstable/b
ullseye
'
mm_branch
=
'ng_unstable/b
ookworm
'
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