[milter-manager-commit] milter-manager/milter-manager at dd53535 [docker-for-ci] travis: Support Debian jessie

Zurück zum Archiv-Index

Kenji Okimoto null+****@clear*****
Thu Jun 15 10:28:46 JST 2017


Kenji Okimoto	2017-04-06 16:56:40 +0900 (Thu, 06 Apr 2017)

  New Revision: dd53535da0d4a73baded6ea6aa2381ce20c5be54
  https://github.com/milter-manager/milter-manager/commit/dd53535da0d4a73baded6ea6aa2381ce20c5be54

  Message:
    travis: Support Debian jessie
    
    Debian sid is work in progress...

  Modified files:
    .travis.yml
    dockerfiles/Dockerfile-debian-jessie
    dockerfiles/Dockerfile-debian-sid

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2017-04-06 15:06:49 +0900 (c56fb29)
+++ .travis.yml    2017-04-06 16:56:40 +0900 (4128c0c)
@@ -13,8 +13,8 @@ env:
   matrix:
     - TARGET_DISTRIBUTION=ubuntu-trusty
     - TARGET_DISTRIBUTION=ubuntu-xenial
-    #- TARGET_DISTRIBUTION=ubuntu-zesty
-    # - TARGET_DISTRIBUTION=debian-jessie
+    # - TARGET_DISTRIBUTION=ubuntu-zesty
+    - TARGET_DISTRIBUTION=debian-jessie
     # - TARGET_DISTRIBUTION=debian-stretch
     # - TARGET_DISTRIBUTION=debian-sid
 

  Modified: dockerfiles/Dockerfile-debian-jessie (+2 -1)
===================================================================
--- dockerfiles/Dockerfile-debian-jessie    2017-04-06 15:06:49 +0900 (32efa87)
+++ dockerfiles/Dockerfile-debian-jessie    2017-04-06 16:56:40 +0900 (094287e)
@@ -4,7 +4,8 @@ RUN apt-get update && \
     apt-get install -qq -y \
       debhelper dh-systemd autotools-dev \
       libglib2.0-dev libev-dev ruby ruby-dev ruby-gnome2-dev \
-      intltool lcov git libtool sudo lsb-release apt-transport-https && \
+      intltool lcov git libtool sudo lsb-release apt-transport-https \
+      rsyslog && \
     curl -L https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh && \
     gem install --no-rdoc --no-ri coveralls-lcov && \
     gem install --no-rdoc --no-ri pkg-config && \

  Modified: dockerfiles/Dockerfile-debian-sid (+5 -2)
===================================================================
--- dockerfiles/Dockerfile-debian-sid    2017-04-06 15:06:49 +0900 (4976f8e)
+++ dockerfiles/Dockerfile-debian-sid    2017-04-06 16:56:40 +0900 (1152504)
@@ -1,10 +1,13 @@
-FROM debian:stretch
+FROM debian:sid
+
+ENV CODE_NAME=unstable
 
 RUN apt-get update && \
     apt-get install -qq -y \
       debhelper dh-systemd autotools-dev \
       libglib2.0-dev libev-dev ruby ruby-dev ruby-gnome2-dev \
-      intltool lcov git libtool sudo lsb-release apt-transport-https && \
+      intltool lcov git libtool sudo lsb-release apt-transport-https \
+      rsylog && \
     curl -L https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh && \
     gem install --no-rdoc --no-ri coveralls-lcov && \
     gem install --no-rdoc --no-ri pkg-config && \
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the milter-manager-commit mailing list
Zurück zum Archiv-Index