[Groonga-commit] groonga/groonga [master] travis: use variable for apt's base URL

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 16:37:28 JST 2012


Kouhei Sutou	2012-08-12 16:37:28 +0900 (Sun, 12 Aug 2012)

  New Revision: 738ba937f6d192c94eb5177a4247af76c55c1b79
  https://github.com/groonga/groonga/commit/738ba937f6d192c94eb5177a4247af76c55c1b79

  Log:
    travis: use variable for apt's base URL

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+3 -2)
===================================================================
--- data/travis/setup.sh    2012-08-12 16:30:28 +0900 (b09d626)
+++ data/travis/setup.sh    2012-08-12 16:37:28 +0900 (938b327)
@@ -13,9 +13,10 @@ case $distribution in
 	component=universe
 	;;
 esac
+apt_url_base=http://packages.groonga.org
 cat <<EOF | sudo tee /etc/apt/sources.list.d/groonga.list
-deb http://packages.groonga.org/${distribution}/ ${code_name} ${component}
-deb-src http://packages.groonga.org/${distribution}/ ${code_name} ${component}
+deb ${apt_url_base}/${distribution}/ ${code_name} ${component}
+deb-src ${apt_url_base}/${distribution}/ ${code_name} ${component}
 EOF
 
 sudo apt-get update
-------------- next part --------------
HTML����������������������������...
下載 



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