[Groonga-commit] pgroonga/pgroonga.github.io at 23484e7 [master] Use raw.githubusercontent.com

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Aug 15 15:52:49 JST 2017


Kouhei Sutou	2017-08-15 15:52:49 +0900 (Tue, 15 Aug 2017)

  New Revision: 23484e7020dc1f0d5943ad05c8efc2c9175f20ae
  https://github.com/pgroonga/pgroonga.github.io/commit/23484e7020dc1f0d5943ad05c8efc2c9175f20ae

  Message:
    Use raw.githubusercontent.com

  Modified files:
    _po/ja/how-to/travis-ci.po
    how-to/travis-ci.md
    ja/how-to/travis-ci.md

  Modified: _po/ja/how-to/travis-ci.po (+3 -3)
===================================================================
--- _po/ja/how-to/travis-ci.po    2017-08-15 00:29:06 +0900 (2f74936)
+++ _po/ja/how-to/travis-ci.po    2017-08-15 15:52:49 +0900 (37c49ec)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-25 22:48+0900\n"
+"PO-Revision-Date: 2017-08-15 00:28+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,8 +33,8 @@ msgid ""
 "```yaml\n"
 "sudo: required\n"
 "install:\n"
-"  - curl --silent --location https://github.com/pgroonga/pgroonga/raw/master/d"
-"ata/travis/setup.sh | sh\n"
+"  - curl --silent --location https://raw.githubusercontent.com/pgroonga/pgroon"
+"ga/master/data/travis/setup.sh | sh\n"
 "```"
 msgstr ""
 

  Modified: how-to/travis-ci.md (+1 -1)
===================================================================
--- how-to/travis-ci.md    2017-08-15 00:29:06 +0900 (bb9edf5)
+++ how-to/travis-ci.md    2017-08-15 15:52:49 +0900 (5c386cd)
@@ -13,7 +13,7 @@ Add the following configuration into your `.travis.yml`:
 ```yaml
 sudo: required
 install:
-  - curl --silent --location https://github.com/pgroonga/pgroonga/raw/master/data/travis/setup.sh | sh
+  - curl --silent --location https://raw.githubusercontent.com/pgroonga/pgroonga/master/data/travis/setup.sh | sh
 ```
 
 `sudo: required` is important. The setup script uses `sudo`. So `sudo: required` is required.

  Modified: ja/how-to/travis-ci.md (+1 -1)
===================================================================
--- ja/how-to/travis-ci.md    2017-08-15 00:29:06 +0900 (49725c0)
+++ ja/how-to/travis-ci.md    2017-08-15 15:52:49 +0900 (0473cb1)
@@ -13,7 +13,7 @@ PGroongaはTravis CI上でPGroongaをセットアップするシェルスクリ
 ```yaml
 sudo: required
 install:
-  - curl --silent --location https://github.com/pgroonga/pgroonga/raw/master/data/travis/setup.sh | sh
+  - curl --silent --location https://raw.githubusercontent.com/pgroonga/pgroonga/master/data/travis/setup.sh | sh
 ```
 
 `sudo: required`は重要です。このセットアップスクリプトは`sudo`を使っています。そのため、`sudo: required`が必要なのです。
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index