Kouhei Sutou
null+****@clear*****
Thu Feb 8 14:36:55 JST 2018
Kouhei Sutou 2018-02-08 14:36:55 +0900 (Thu, 08 Feb 2018) New Revision: e980df6b11eda980e3e2de2f852846cf3d3becc9 https://github.com/mroonga/mroonga/commit/e980df6b11eda980e3e2de2f852846cf3d3becc9 Message: package apt: use --allow-insecure-repositories for stretch Modified files: packages/apt/build-deb.sh Modified: packages/apt/build-deb.sh (+3 -3) =================================================================== --- packages/apt/build-deb.sh 2018-02-08 12:54:24 +0900 (e0e03d8e) +++ packages/apt/build-deb.sh 2018-02-08 14:36:55 +0900 (f35759c8) @@ -57,9 +57,9 @@ deb http://security.debian.org/ ${code_name}/updates main deb-src http://security.debian.org/ ${code_name}/updates main EOF fi - run apt-get update - run apt-get install -y --allow-unauthenticated groonga-keyring - run apt-get update + run apt update --allow-insecure-repositories + run apt install -y --allow-unauthenticated groonga-keyring + run apt update ;; ubuntu) component=universe -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180208/6baa1cc4/attachment-0001.htm