Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id
keystore
Commits
35d4d778
Commit
35d4d778
authored
Mar 19, 2019
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Debian metadata and switch to default CI pipeline
parent
f9c2a17e
Pipeline
#2544
passed with stages
in 3 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
41 deletions
+5
-41
.gitlab-ci.yml
.gitlab-ci.yml
+1
-37
debian/control
debian/control
+1
-1
debian/rules
debian/rules
+3
-3
No files found.
.gitlab-ci.yml
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"
debian/control
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
...
...
debian/rules
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment