Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustmolch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stustanet
lustmolch
Commits
ca1eef66
Commit
ca1eef66
authored
5 years ago
by
Michael Loipführer
Browse files
Options
Downloads
Patches
Plain Diff
stuff
parent
60916db5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#334
failed
5 years ago
Stage: build_buster
Stage: upload_to_repo
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
build.sh
+1
-0
1 addition, 0 deletions
build.sh
with
6 additions
and
1 deletion
.gitignore
+
4
−
0
View file @
ca1eef66
...
...
@@ -3,3 +3,7 @@
__pycache__
containers.json
.mypy_cache
*.tar.gz
dist
deb_dist
*.egg-info
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
ca1eef66
...
...
@@ -23,7 +23,7 @@ stages:
build_buster
:
stage
:
build_buster
script
:
-
apt install -y python3-stdeb
-
apt install -y python3-stdeb
python3-all
-
./build.sh
-
mkdir -p build/
-
mv ../python3-lustmolch*.deb build/
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
1
−
0
View file @
ca1eef66
#!/usr/bin/env sh
rm
-rf
deb_dist lustmolch.egg-info dist
python3 setup.py
--command-packages
=
stdeb.command bdist_deb
\ No newline at end of file
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