[Groonga-commit] groonga/groonga at 627a26b [master] packages ubuntu: drop Ubuntu 12.04 support

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Apr 20 16:51:39 JST 2017


Kentaro Hayashi	2017-04-20 16:51:39 +0900 (Thu, 20 Apr 2017)

  New Revision: 627a26b0683c0522ff97b9b472f31f202a20adc4
  https://github.com/groonga/groonga/commit/627a26b0683c0522ff97b9b472f31f202a20adc4

  Message:
    packages ubuntu: drop Ubuntu 12.04 support
    
    It will reach EOL at April 28, 2017

  Modified files:
    doc/source/install/ubuntu.rst
    packages/ubuntu/Makefile.am

  Modified: doc/source/install/ubuntu.rst (+0 -1)
===================================================================
--- doc/source/install/ubuntu.rst    2017-04-20 15:37:06 +0900 (c480a94)
+++ doc/source/install/ubuntu.rst    2017-04-20 16:51:39 +0900 (bf3c197)
@@ -22,7 +22,6 @@ Archive) on Launchpad. You can install Groonga by APT from the PPA.
 
 Here are supported Ubuntu versions:
 
-  * 12.04 LTS Precise Pangolin
   * 14.04 LTS Trusty Tahr
   * 16.04 LTS Xenial Xerus
   * 16.10 Yakkety Yak

  Modified: packages/ubuntu/Makefile.am (+1 -15)
===================================================================
--- packages/ubuntu/Makefile.am    2017-04-20 15:37:06 +0900 (c04e22d)
+++ packages/ubuntu/Makefile.am    2017-04-20 16:51:39 +0900 (7860e15)
@@ -19,21 +19,7 @@ upload: source ensure-launchpad-configuration
 	  --ppa '$(LAUNCHPAD_PPA)' \
 	  --pgp-sign-key '$(LAUNCHPAD_UPLOADER_PGP_KEY)'
 
-upload: upload-precise upload-trusty
-upload-precise: source ensure-launchpad-configuration
-	rm -rf precise
-	mkdir -p precise
-	cp -r '$(srcdir)/../debian/' precise/
-	grep -v liblz4 '$(srcdir)/../debian/control' | \
-	  grep -v zstd > precise/debian/control
-	./upload.rb \
-	  --package '$(PACKAGE)' \
-	  --version '$(VERSION)' \
-	  --source-archive '$(SOURCE)' \
-	  --code-names 'precise' \
-	  --debian-directory 'precise/debian' \
-	  --ppa '$(LAUNCHPAD_PPA)' \
-	  --pgp-sign-key '$(LAUNCHPAD_UPLOADER_PGP_KEY)'
+upload: upload-trusty
 
 upload-trusty: source ensure-launchpad-configuration
 	rm -rf trusty
-------------- next part --------------
HTML����������������������������...
Download 



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