[Groonga-mysql-commit] mroonga/mroonga at 4674120 [master] packages ubuntu: fix archive download error on trusty

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Oct 28 18:04:27 JST 2016


Kentaro Hayashi	2016-10-28 18:04:27 +0900 (Fri, 28 Oct 2016)

  New Revision: 467412079cce652c310361e088dd1a6e26f45e87
  https://github.com/mroonga/mroonga/commit/467412079cce652c310361e088dd1a6e26f45e87

  Message:
    packages ubuntu: fix archive download error on trusty
    
    MySQL 5.6.33 is provided by universe repository.
    
    TODO: need more fixes to build correctly.
    
    ref. https://launchpadlibrarian.net/291155545/buildlog_ubuntu-trusty-amd64.mroonga-5.6_6.10-2~trusty3_BUILDING.txt.gz

  Modified files:
    packages/debian-5.6/rules

  Modified: packages/debian-5.6/rules (+4 -3)
===================================================================
--- packages/debian-5.6/rules    2016-10-28 15:56:20 +0900 (05bc3af)
+++ packages/debian-5.6/rules    2016-10-28 18:04:27 +0900 (90652b7)
@@ -13,7 +13,7 @@ export MYSQL_VERSION := $(shell apt-cache show mysql-server-5.6 | grep Version |
 
 override_dh_auto_configure:
 	archive=mysql-5.6_$(MYSQL_VERSION).orig.tar.gz;			\
-	path=main/m/mysql-5.6/$${archive};				\
+	path=m/mysql-5.6/$${archive};				\
 	if [ "$$(lsb_release --id --short)" = "Ubuntu" ]; then		\
 	  base_url=http://archive.ubuntu.com/ubuntu/pool;		\
 	  security_base_url=http://security.ubuntu.com/ubuntu/pool;	\
@@ -21,8 +21,9 @@ override_dh_auto_configure:
 	  base_url=http://ftp.debian.org/debian/pool;			\
 	  security_base_url=http://security.debian.org/pool/updates;	\
 	fi;								\
-	wget $${security_base_url}/$${path} ||				\
-	  wget $${base_url}/$${path};					\
+	wget $${security_base_url}/main/$${path} ||			\
+	  wget $${base_url}/main/$${path}        ||			\
+	  wget $${base_url}/universe/$${path};				\
 	tar xf $${archive}
 	dh_auto_configure -- --with-mysql-source=./mysql-$(MYSQL_VERSION)
 
-------------- next part --------------
HTML����������������������������...
Download 



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