[milter-manager-commit] milter-manager/milter-manager at 0cdc6eb [master] package apt: Add Ubuntu 18.04 (Bionic Beaver) support

Back to archive index

Kenji Okimoto null+****@clear*****
Tue Jun 26 11:22:55 JST 2018


Kenji Okimoto	2018-06-26 11:22:55 +0900 (Tue, 26 Jun 2018)

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

  Message:
    package apt: Add Ubuntu 18.04 (Bionic Beaver) support

  Modified files:
    package/apt/build-in-clean-room.sh
    package/ubuntu/Makefile.am

  Modified: package/apt/build-in-clean-room.sh (+1 -1)
===================================================================
--- package/apt/build-in-clean-room.sh    2018-06-26 10:29:19 +0900 (1adb6001)
+++ package/apt/build-in-clean-room.sh    2018-06-26 11:22:55 +0900 (4ded8c93)
@@ -68,7 +68,7 @@ build_by_pbuilder()
     OPTS+=( --basetgz "$basetgz" )
     OPTS+=( --aptcache "$aptcache_dir" )
     case $code_name in
-        trusty|xenial|zesty|artful)
+        trusty|xenial|zesty|artful|bionic)
             OPTS+=( --components 'main universe' )
             MIRROR=http://jp.archive.ubuntu.com/ubuntu
             OPTS+=( --mirror "$MIRROR" )

  Modified: package/ubuntu/Makefile.am (+1 -1)
===================================================================
--- package/ubuntu/Makefile.am    2018-06-26 10:29:19 +0900 (853e3034)
+++ package/ubuntu/Makefile.am    2018-06-26 11:22:55 +0900 (2d26be85)
@@ -1,4 +1,4 @@
-CODE_NAMES = trusty,xenial,zesty,artful
+CODE_NAMES = trusty,xenial,zesty,artful,bionic
 SOURCE = ../$(PACKAGE)-$(VERSION).tar.gz
 
 all:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20180626/8ad39e4c/attachment-0001.htm 



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