Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
update Vcs tags to point to salsa.debian.org
· 2df9ff72
Hans-Christoph Steiner
authored
Jan 30, 2019
2df9ff72
gitlab-ci: update to generate its own aptly repo
· f60640ba
Hans-Christoph Steiner
authored
Jan 30, 2019
f60640ba
Show whitespace changes
Inline
Side-by-side
debian/.gitlab-ci.yml
View file @
f60640ba
build
:
pages
:
image
:
registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
stage
:
deploy
only
:
-
master
artifacts
:
paths
:
-
"
*.deb"
-
public
expire_in
:
1 day
except
:
-
tags
script
:
-
gitlab-ci-git-buildpackage-all
-
gitlab-ci-aptly
debian/control
View file @
f60640ba
...
...
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10~),
libsmali-java (>= 2.2.4),
maven-repo-helper
Standards-Version: 4.3.0
Vcs-Git: https://
github.co
m/wala
/WALA
.git
Vcs-Browser: https://
github.co
m/wala
/WALA
Vcs-Git: https://
salsa.debian.org/java-tea
m/wala.git
Vcs-Browser: https://
salsa.debian.org/java-tea
m/wala
Homepage: http://wala.sourceforge.net
Package: libwala-java
...
...