Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
tools
cgroups-exporter
Commits
e6da48ef
Commit
e6da48ef
authored
Mar 23, 2019
by
ale
Browse files
Update repository URL and switch to standard CI workflow
parent
2f05be99
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e6da48ef
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
common
urepo@debian.incal.net"
dependencies
:
-
build:pkg
only
:
-
master
upload:pkg-ai3:
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 @
e6da48ef
...
...
@@ -2,7 +2,7 @@ Source: cgroups-exporter
Section: admin
Priority: optional
Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 9), dh-systemd, dh-golang, golang-
go
Build-Depends: debhelper (>= 9), dh-systemd, dh-golang, golang-
any
Standards-Version: 3.9.5
Package: cgroups-exporter
...
...
debian/rules
View file @
e6da48ef
#!/usr/bin/make -f
export DH_OPTIONS
export DH_GOPKG := git.autistici.org/a
le
/cgroups-exporter
export DH_GOPKG := git.autistici.org/a
i3/tools
/cgroups-exporter
export DH_GOLANG_EXCLUDES := vendor
%:
...
...
vendor/vendor.json
View file @
e6da48ef
...
...
@@ -75,5 +75,5 @@
"revisionTime"
:
"2017-07-11T11:58:19Z"
}
],
"rootPath"
:
"git.autistici.org/a
le
/cgroups-exporter"
"rootPath"
:
"git.autistici.org/a
i3/tools
/cgroups-exporter"
}
Write
Preview
Supports
Markdown
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