[Groonga-commit] groonga/groonga at 0b2a0d5 [master] apt: drop wheezy support because of EOL (April 26th, 2016)

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sun Apr 24 13:45:07 JST 2016


HAYASHI Kentaro	2016-04-24 13:45:07 +0900 (Sun, 24 Apr 2016)

  New Revision: 0b2a0d5d49e459f1ed9a6440ddb8b034bed349e6
  https://github.com/groonga/groonga/commit/0b2a0d5d49e459f1ed9a6440ddb8b034bed349e6

  Message:
    apt: drop wheezy support because of EOL (April 26th, 2016)
    
    https://wiki.debian.org/DebianReleases

  Modified files:
    packages/apt/Makefile.am
    packages/apt/Vagrantfile
    packages/apt/sign-packages.sh
    packages/apt/sign-repository.sh
    packages/apt/update-repository.sh

  Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am    2016-04-23 22:07:43 +0900 (561b918)
+++ packages/apt/Makefile.am    2016-04-24 13:45:07 +0900 (df124e5)
@@ -1,7 +1,7 @@
 REPOSITORIES_PATH = repositories
 DISTRIBUTIONS = debian
 ARCHITECTURES = i386 amd64
-CODE_NAMES = wheezy jessie
+CODE_NAMES = jessie
 KEYRING_PACKAGE = groonga-keyring
 KEYRING_VERSION = 2012.05.29
 KEYRING_BASE_NAME = $(KEYRING_PACKAGE)-$(KEYRING_VERSION)

  Modified: packages/apt/Vagrantfile (+0 -8)
===================================================================
--- packages/apt/Vagrantfile    2016-04-23 22:07:43 +0900 (98783d8)
+++ packages/apt/Vagrantfile    2016-04-24 13:45:07 +0900 (f57f46a)
@@ -7,14 +7,6 @@ VAGRANTFILE_API_VERSION = "2"
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
-      :id => "debian-wheezy-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9-i386_chef-provisionerless.box",
-    },
-    {
-      :id => "debian-wheezy-amd64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9_chef-provisionerless.box",
-    },
-    {
       :id => "debian-jessie-i386",
       :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.3-i386_chef-provisionerless.box",
     },

  Modified: packages/apt/sign-packages.sh (+1 -1)
===================================================================
--- packages/apt/sign-packages.sh    2016-04-23 22:07:43 +0900 (6e74f1c)
+++ packages/apt/sign-packages.sh    2016-04-24 13:45:07 +0900 (55678b9)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	wheezy|jessie|unstable)
+	jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/sign-repository.sh (+1 -1)
===================================================================
--- packages/apt/sign-repository.sh    2016-04-23 22:07:43 +0900 (3125288)
+++ packages/apt/sign-repository.sh    2016-04-24 13:45:07 +0900 (b2a1475)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	wheezy|jessie|unstable)
+	jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/update-repository.sh (+1 -1)
===================================================================
--- packages/apt/update-repository.sh    2016-04-23 22:07:43 +0900 (a87805a)
+++ packages/apt/update-repository.sh    2016-04-24 13:45:07 +0900 (0ad8f4a)
@@ -109,7 +109,7 @@ EOF
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	wheezy|jessie|unstable)
+	jessie|unstable)
 	    distribution=debian
 	    component=main
 	    ;;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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