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
94814cc7
Commit
94814cc7
authored
1 year ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.10.139.dev
parent
d6c6dff4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4042
canceled
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
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
lib/mentat/__init__.py
+1
-1
1 addition, 1 deletion
lib/mentat/__init__.py
packaging/debian/changelog
+6
-0
6 additions, 0 deletions
packaging/debian/changelog
with
8 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
3
View file @
94814cc7
...
@@ -117,11 +117,9 @@ pages:
...
@@ -117,11 +117,9 @@ pages:
-
python -c "import mentat; print(mentat.__version__);"
-
python -c "import mentat; print(mentat.__version__);"
-
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=development
-
ls packaging
-
DEB_VERSION=$(ls debdist | grep -v latest)
-
DEB_VERSION=$(ls debdist | grep -v latest)
-
echo "$DEB_VERSION"
-
echo "$DEB_VERSION"
#- curl --insecure --request POST --header "JOB-TOKEN:$CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/debian_distributions?codename=2.10.111&suite=experimental"
-
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"
-
curl --insecure --request PUT --user "gitlab-ci-token:$CI_JOB_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/debian/$DEB_VERSION?distribution=$CI_COMMIT_BRANCH&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 @
94814cc7
...
@@ -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.13
8
.dev
"
__version__
=
"
2.10.13
9
.dev
"
This diff is collapsed.
Click to expand it.
packaging/debian/changelog
+
6
−
0
View file @
94814cc7
mentat-ng (2.10.139.dev) UNRELEASED; urgency=medium
* Version 2.10.139
-- Rajmund Hruška <rajmund.hruska@cesnet.cz> Mon, 12 Jun 2023 16:05:32 +0200
mentat-ng (2.3.9) stretch; urgency=medium
mentat-ng (2.3.9) stretch; urgency=medium
* Initial packaging work.
* Initial packaging work.
...
...
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