Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keystore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
id
keystore
Commits
35d4d778
Commit
35d4d778
authored
6 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Update Debian metadata and switch to default CI pipeline
parent
f9c2a17e
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
+1
-37
1 addition, 37 deletions
.gitlab-ci.yml
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
5 additions
and
41 deletions
.gitlab-ci.yml
+
1
−
37
View file @
35d4d778
stages
:
-
build_src
-
build_pkg
-
upload
build:src
:
stage
:
build_src
image
:
"
ai/build:stretch"
script
:
"
build-dsc"
artifacts
:
paths
:
-
build-deb/
only
:
-
master
build:pkg
:
stage
:
build_pkg
image
:
"
ai/build:stretch"
script
:
"
build-deb"
dependencies
:
-
build:src
artifacts
:
paths
:
-
output-deb/
only
:
-
master
upload:pkg
:
stage
:
upload
image
:
"
ai/pkg:base"
script
:
"
upload-packages
-r
ai3"
dependencies
:
-
build:pkg
only
:
-
master
include
:
"
https://git.autistici.org/ai3/build-deb/raw/master/ci-common.yml"
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
35d4d778
...
...
@@ -2,7 +2,7 @@ Source: keystore
Section: admin
Priority: optional
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>=9), golang-
go
, dh-systemd, dh-golang
Build-Depends: debhelper (>=9), golang-
any (>=1.11)
, dh-systemd, dh-golang
Standards-Version: 3.9.6
Package: keystored
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
35d4d778
...
...
@@ -7,7 +7,7 @@ export DH_GOLANG_EXCLUDES = vendor
%:
dh $@ --with systemd --with golang --buildsystem golang
override_dh_install:
rm -fr $(CURDIR)/debian/tmp/usr/share/gocode
dh_install
override_dh_
auto_
install:
dh_auto_install
$(RM) -rv debian/tmp/usr/share/gocode
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