[Groonga-commit] groonga/packages.groonga.org at f470db3 [master] Enable nightly package builder again

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 19 09:57:56 JST 2018


Kouhei Sutou	2018-04-19 09:57:56 +0900 (Thu, 19 Apr 2018)

  New Revision: f470db3b3946466ad3bdfb219632ad0f596f1820
  https://github.com/groonga/packages.groonga.org/commit/f470db3b3946466ad3bdfb219632ad0f596f1820

  Message:
    Enable nightly package builder again

  Modified files:
    ansible/playbook.yml
  Renamed files:
    ansible/files/home/packages/bin/create-snapshot-package.sh
      (from ansible/files/home/packages/create-snapshot-package.sh)

  Renamed: ansible/files/home/packages/bin/create-snapshot-package.sh (+0 -0) 100%
===================================================================

  Modified: ansible/playbook.yml (+41 -41)
===================================================================
--- ansible/playbook.yml    2018-04-19 09:27:51 +0900 (1445d58)
+++ ansible/playbook.yml    2018-04-19 09:57:56 +0900 (c8958a4)
@@ -136,47 +136,47 @@
         - Restart Postfix
 
     # Nightly package builder
-    # - name: Install packages for nightly package builder
-    #   apt: name={{ item }}
-    #   with_items:
-    #     - git
-    #     - zsh
-    #     - autoconf
-    #     - pkg-config
-    #     - libtool
-    #     - gcc
-    #     - g++
-    #     - make
-    #     - cmake
-    #     - bison
-    #     - python-sphinx
-    #     - gettext
-    #     - ruby
-    #     - libncurses5-dev
-    #     - curl
-    #     - zip
-    #     - rpm
-    # - name: Install RubyGems for nightly package builder
-    #   gem:
-    #     name={{ item }}
-    #     user_install=no
-    #   with_items:
-    #     - rake
-    #     - octokit
-    #     - archive-zip
-    # - name: Install nightly package builder
-    #   copy:
-    #     src=home/packages/create-snapshot-package.sh
-    #     dest=/home/packages/bin/
-    #     owner=packages
-    #     group=packages
-    #     mode=0755
-    # - name: Install cron
-    #   cron:
-    #     special_time: daily
-    #     name: Create nightly package
-    #     job: ~packages/bin/create-snapshot-package.sh
-    #     user: packages
+    - name: Install packages for nightly package builder
+      apt: name={{ item }}
+      with_items:
+        - git
+        - zsh
+        - autoconf
+        - pkg-config
+        - libtool
+        - gcc
+        - g++
+        - make
+        - cmake
+        - bison
+        - python-sphinx
+        - gettext
+        - ruby
+        - libncurses5-dev
+        - curl
+        - zip
+        - rpm
+    - name: Install RubyGems for nightly package builder
+      gem:
+        name={{ item }}
+        user_install=no
+      with_items:
+        - rake
+        - octokit
+        - archive-zip
+    - name: Install nightly package builder
+      copy:
+        src=home/packages/bin/create-snapshot-package.sh
+        dest=/home/packages/bin/
+        owner=packages
+        group=packages
+        mode=0755
+    - name: Install cron
+      cron:
+        special_time: daily
+        name: Create nightly package
+        job: ~packages/bin/create-snapshot-package.sh
+        user: packages
 
     # # Groonga
     # - name: Enable Groonga APT repository
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180419/a852c320/attachment-0001.htm 



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