[milter-manager-commit] milter-manager/milter-manager at 152696c [master] travis: Support Debian jessie

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Jun 21 16:49:47 JST 2017


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

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

  Merged 163db21: Merge pull request #121 from milter-manager/docker-for-ci

  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 (5865e88)
+++ .travis.yml    2017-04-06 16:56:40 +0900 (da000fc)
@@ -14,8 +14,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...
下載 



More information about the milter-manager-commit mailing list
Back to archive index