Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mentat Test 3
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
713
Mentat
Mentat Test 3
Commits
3578f88a
Commit
3578f88a
authored
1 year ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.10.141
parent
0b85fe8f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4071
passed
1 year ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
lib/mentat/__init__.py
+1
-1
1 addition, 1 deletion
lib/mentat/__init__.py
packaging/debian/changelog
+3
-3
3 additions, 3 deletions
packaging/debian/changelog
with
7 additions
and
8 deletions
.gitlab-ci.yml
+
3
−
4
View file @
3578f88a
...
@@ -114,12 +114,11 @@ pages:
...
@@ -114,12 +114,11 @@ pages:
deb-job
:
deb-job
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
python -c "import mentat; print(mentat.__version__);"
-
case "$CI_COMMIT_BRANCH" in "devel") SUITE="development" ;; "release") SUITE="release" ;; "master") SUITE="production" ;; esac
-
make deps-build-deb
-
make deps-build-deb
-
make build-deb BUILD_NUMBER=$CI_PIPELINE_ID BUILD_SUITE=
development
-
make build-deb BUILD_NUMBER=$CI_PIPELINE_ID BUILD_SUITE=
$SUITE
-
DEB_VERSION=$(ls debdist | grep -v latest)
-
DEB_VERSION=$(ls debdist | grep -v latest)
-
echo "$DEB_VERSION"
-
curl --request PUT --user "gitlab-ci-token:$CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/debian/$DEB_VERSION?distribution=$SUITE&component=main" --upload-file "debdist/$DEB_VERSION"
-
curl --insecure --request PUT --user "gitlab-ci-token:$CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/debian/$DEB_VERSION?distribution=development&component=main" --upload-file "debdist/$DEB_VERSION"
only
:
only
:
refs
:
refs
:
-
devel
-
devel
...
...
This diff is collapsed.
Click to expand it.
lib/mentat/__init__.py
+
1
−
1
View file @
3578f88a
...
@@ -20,4 +20,4 @@ open-source project.
...
@@ -20,4 +20,4 @@ open-source project.
__author__
=
"
Jan Mach <jan.mach@cesnet.cz>
"
__author__
=
"
Jan Mach <jan.mach@cesnet.cz>
"
__credits__
=
"
Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>
"
__credits__
=
"
Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>
"
__version__
=
"
2.10.14
0
.dev
"
__version__
=
"
2.10.14
1
.dev
"
This diff is collapsed.
Click to expand it.
packaging/debian/changelog
+
3
−
3
View file @
3578f88a
mentat-ng (2.10.14
0
.dev) UNRELEASED; urgency=medium
mentat-ng (2.10.14
1
.dev) UNRELEASED; urgency=medium
* Version 2.10.14
0
.dev
* Version 2.10.14
1
.dev
-- Rajmund Hruška <rajmund.hruska@cesnet.cz>
Mon
, 1
2
Jun 2023 1
6:08:22
+0200
-- Rajmund Hruška <rajmund.hruska@cesnet.cz>
Wed
, 1
4
Jun 2023 1
0:02:30
+0200
mentat-ng (2.3.9) stretch; urgency=medium
mentat-ng (2.3.9) stretch; urgency=medium
...
...
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