Skip to content

Commit

Permalink
update packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Korrigan committed Oct 20, 2016
1 parent 924aad2 commit 8a3a1e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packager/centos7-php54.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN curl -s https://www.quanta-monitoring.com/quanta-centos-repo.txt -o /etc/yum
RUN curl -s https://www.quanta-monitoring.com/quanta-repo-key.gpg -o /tmp/quanta.key \
&& rpm --import /tmp/quanta.key \
&& /bin/rm -f /tmp/quanta.key
RUN sed -i'' -e 's/rpm\.quanta\.gr\/quanta/rpm.quanta.gr\/quanta/g' /etc/yum.repos.d/quanta.repo

RUN yum makecache

Expand Down
2 changes: 1 addition & 1 deletion packager/debian8/dput.cf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allowed_distributions = (?!UNRELEASED)

[quanta]
login = korrigan
fqdn = pkg-1.quanta.gr
fqdn = pkg-2.quanta.gr
method = scp
incoming = /data/pkg/apt/mini-dinstall/incoming
allow_dcut = 1
Expand Down

0 comments on commit 8a3a1e8

Please sign in to comment.