This website works better with JavaScript.
Home
Explore
About Gitea
Register
Sign In
devuan
/
apt
Watch
10
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
19
Wiki
Activity
Browse Source
CI: Use unstable for now, as we need triehash package
tags/devuan/2.0.1+devuan1
Julian Andres Klode
1 year ago
parent
f741491272
commit
01b936bea2
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitlab-ci.yml
+1
-1
Dockerfile
+1
-1
shippable.yml
+ 1
- 1
.gitlab-ci.yml
View File
@@ -1,4 +1,4 @@
image: debian:te
sting
image: debian:
uns
t
abl
e
variables:
DEBIAN_FRONTEND: noninteractive
+ 1
- 1
Dockerfile
View File
@@ -1,4 +1,4 @@
FROM debian:
b
uste
r
FROM debian:u
n
st
abl
e
COPY . /tmp
WORKDIR /tmp
RUN sed -i s#://deb.debian.org#://cdn-fastly.deb.debian.org# /etc/apt/sources.list \
+ 1
- 1
shippable.yml
View File
@@ -5,7 +5,7 @@ env:
build:
pre_ci_boot:
image_name: debian
image_tag:
b
uste
r
image_tag: u
n
st
abl
e
pull: true
ci:
- apt-get install -qq build-essential expect
Write
Preview
Loading…
Cancel
Save