Date: Friday, March 28, 2014 @ 22:44:52
  Author: anatolik
Revision: 108567

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rethinkdb/repos/community-testing-i686/PKGBUILD
    (from rev 108566, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
    (from rev 108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
    (from rev 108566, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
    (from rev 108566, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
    (from rev 108566, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
    (from rev 108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
    (from rev 108566, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
    (from rev 108566, rethinkdb/trunk/rethinkdb.service)
Deleted:
  rethinkdb/repos/community-testing-i686/PKGBUILD
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-i686/rethinkdb.install
  rethinkdb/repos/community-testing-i686/rethinkdb.service
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service

-------------------------------------------------+
 /PKGBUILD                                       |  112 ++++++++++++++++++++++
 /rethinkdb-tmpfile.conf                         |    2 
 /rethinkdb.install                              |   74 ++++++++++++++
 /rethinkdb.service                              |   24 ++++
 community-testing-i686/PKGBUILD                 |   55 ----------
 community-testing-i686/rethinkdb-tmpfile.conf   |    1 
 community-testing-i686/rethinkdb.install        |   37 -------
 community-testing-i686/rethinkdb.service        |   12 --
 community-testing-x86_64/PKGBUILD               |   55 ----------
 community-testing-x86_64/rethinkdb-tmpfile.conf |    1 
 community-testing-x86_64/rethinkdb.install      |   37 -------
 community-testing-x86_64/rethinkdb.service      |   12 --
 12 files changed, 212 insertions(+), 210 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD     2014-03-28 21:43:55 UTC (rev 108566)
+++ community-testing-i686/PKGBUILD     2014-03-28 21:44:52 UTC (rev 108567)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-# Contributor: Sigmund Lahn <sigm...@lahn.no>
-
-pkgname=rethinkdb
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools)
-makedepends=(boost python python2)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-)
-sha256sums=('5602617986d54521db9bf385e00eb5147fab12ccb9d74dd1c552a90cbc50b9a9'
-            '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
-
-build() {
-  cd rethinkdb-$pkgver
-  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd rethinkdb-$pkgver
-  make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
-  # some tests might be flaky on btrfs filesystem!
-}
-
-package() {
-  cd rethinkdb-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
-  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
-
-  # create 'default' database instance
-  cp "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
-  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
-      -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
-      -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
-
-  # Arch uses systemd, no need for init.d scripts
-  rm -r "$pkgdir"/etc/init.d
-}

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 108566, 
rethinkdb/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2014-03-28 21:44:52 UTC (rev 108567)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+# Contributor: Sigmund Lahn <sigm...@lahn.no>
+
+pkgname=rethinkdb
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools)
+makedepends=(boost python python2)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('422e2046fe1136e63c5c2ed03c9bebffcb085211128984f605128f2ee85baa68'
+            '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+build() {
+  cd rethinkdb-$pkgver
+  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  # https://github.com/rethinkdb/rethinkdb/issues/2187 PageTest.* tests are 
hanging
+  ./build/release/rethinkdb-unittest 
--gtest_filter=-PageTest.BiggerTestTightMemory:PageTest.BiggerTestSuperTightMemory:PageTest.BiggerTestNoMemory
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+      -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+      -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Deleted: community-testing-i686/rethinkdb-tmpfile.conf
===================================================================
--- community-testing-i686/rethinkdb-tmpfile.conf       2014-03-28 21:43:55 UTC 
(rev 108566)
+++ community-testing-i686/rethinkdb-tmpfile.conf       2014-03-28 21:44:52 UTC 
(rev 108567)
@@ -1 +0,0 @@
-d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===================================================================
--- community-testing-i686/rethinkdb-tmpfile.conf                               
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf       2014-03-28 21:44:52 UTC 
(rev 108567)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Deleted: community-testing-i686/rethinkdb.install
===================================================================
--- community-testing-i686/rethinkdb.install    2014-03-28 21:43:55 UTC (rev 
108566)
+++ community-testing-i686/rethinkdb.install    2014-03-28 21:44:52 UTC (rev 
108567)
@@ -1,37 +0,0 @@
-post_install() {
-  groupadd rethinkdb &>/dev/null
-  useradd -g rethinkdb -d /var/lib/rethinkdb -s /bin/false rethinkdb 
&>/dev/null
-
-  if type -P systemd-tmpfiles &> /dev/null; then
-    systemd-tmpfiles --create rethinkdb.conf
-  fi
-
-  if [ -d /var/lib/rethinkdb ]; then
-    echo "Database directory '/var/lib/rethinkdb' already exists. If you want 
to recreate default database then delete the directory and run 'rethinkdb 
create -d /var/lib/rethinkdb/default'."
-  fi
-
-  if [ ! -d /var/lib/rethinkdb/default ]; then
-    mkdir -p /var/lib/rethinkdb
-    /usr/bin/rethinkdb create -d /var/lib/rethinkdb/default
-  fi
-  chown -R rethinkdb:rethinkdb /var/lib/rethinkdb
-}
-
-post_upgrade() {
-  IFS='.' read -a new_version <<< "$1"
-  IFS='.' read -a old_version <<< "$2"
-
-  if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != 
"${new_version[1]}" ]; then
-    echo "This release changed data storage format. Please upgrade your data 
using following information 
https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration";
-  fi
-
-  getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null
-  getent passwd rethinkdb >/dev/null 2>&1 || useradd -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null
-}
-
-post_remove() {
-  getent passwd rethinkdb >/dev/null && userdel rethinkdb
-  getent group rethinkdb >/dev/null && groupdel rethinkdb
-
-  echo "RethinkDB data directory '/var/lib/rethinkdb' is left untouched. 
Remove it if you really sure you won't need your data in the future."
-}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb.install (from rev 
108566, rethinkdb/trunk/rethinkdb.install)
===================================================================
--- community-testing-i686/rethinkdb.install                            (rev 0)
+++ community-testing-i686/rethinkdb.install    2014-03-28 21:44:52 UTC (rev 
108567)
@@ -0,0 +1,37 @@
+post_install() {
+  groupadd rethinkdb &>/dev/null
+  useradd -g rethinkdb -d /var/lib/rethinkdb -s /bin/false rethinkdb 
&>/dev/null
+
+  if type -P systemd-tmpfiles &> /dev/null; then
+    systemd-tmpfiles --create rethinkdb.conf
+  fi
+
+  if [ -d /var/lib/rethinkdb ]; then
+    echo "Database directory '/var/lib/rethinkdb' already exists. If you want 
to recreate default database then delete the directory and run 'rethinkdb 
create -d /var/lib/rethinkdb/default'."
+  fi
+
+  if [ ! -d /var/lib/rethinkdb/default ]; then
+    mkdir -p /var/lib/rethinkdb
+    /usr/bin/rethinkdb create -d /var/lib/rethinkdb/default
+  fi
+  chown -R rethinkdb:rethinkdb /var/lib/rethinkdb
+}
+
+post_upgrade() {
+  IFS='.' read -a new_version <<< "$1"
+  IFS='.' read -a old_version <<< "$2"
+
+  if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != 
"${new_version[1]}" ]; then
+    echo "This release changed data storage format. Please upgrade your data 
using following information 
https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration";
+  fi
+
+  getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null
+  getent passwd rethinkdb >/dev/null 2>&1 || useradd -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null
+}
+
+post_remove() {
+  getent passwd rethinkdb >/dev/null && userdel rethinkdb
+  getent group rethinkdb >/dev/null && groupdel rethinkdb
+
+  echo "RethinkDB data directory '/var/lib/rethinkdb' is left untouched. 
Remove it if you really sure you won't need your data in the future."
+}

Deleted: community-testing-i686/rethinkdb.service
===================================================================
--- community-testing-i686/rethinkdb.service    2014-03-28 21:43:55 UTC (rev 
108566)
+++ community-testing-i686/rethinkdb.service    2014-03-28 21:44:52 UTC (rev 
108567)
@@ -1,12 +0,0 @@
-[Unit]
-Description=RethinkDB database server for instance '%i'
-
-[Service]
-User=rethinkdb
-Group=rethinkdb
-ExecStart=/usr/bin/rethinkdb serve --config-file 
/etc/rethinkdb/instances.d/%i.conf
-KillMode=process
-PrivateTmp=true
-
-[Install]
-WantedBy=multi-user.target

Copied: rethinkdb/repos/community-testing-i686/rethinkdb.service (from rev 
108566, rethinkdb/trunk/rethinkdb.service)
===================================================================
--- community-testing-i686/rethinkdb.service                            (rev 0)
+++ community-testing-i686/rethinkdb.service    2014-03-28 21:44:52 UTC (rev 
108567)
@@ -0,0 +1,12 @@
+[Unit]
+Description=RethinkDB database server for instance '%i'
+
+[Service]
+User=rethinkdb
+Group=rethinkdb
+ExecStart=/usr/bin/rethinkdb serve --config-file 
/etc/rethinkdb/instances.d/%i.conf
+KillMode=process
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD   2014-03-28 21:43:55 UTC (rev 108566)
+++ community-testing-x86_64/PKGBUILD   2014-03-28 21:44:52 UTC (rev 108567)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
-# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-# Contributor: Sigmund Lahn <sigm...@lahn.no>
-
-pkgname=rethinkdb
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='An open-source distributed database built with love.'
-arch=(i686 x86_64)
-url='http://www.rethinkdb.com/'
-license=(AGPL)
-depends=(protobuf ncurses gperftools)
-makedepends=(boost python python2)
-backup=(etc/rethinkdb/instances.d/default.conf)
-install=rethinkdb.install
-options=(!emptydirs)
-source=(
-  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
-  rethinkdb-tmpfile.conf
-  rethinkdb.service
-)
-sha256sums=('5602617986d54521db9bf385e00eb5147fab12ccb9d74dd1c552a90cbc50b9a9'
-            '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
-            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
-
-build() {
-  cd rethinkdb-$pkgver
-  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd rethinkdb-$pkgver
-  make build/release/rethinkdb-unittest
-  ./build/release/rethinkdb-unittest
-  # some tests might be flaky on btrfs filesystem!
-}
-
-package() {
-  cd rethinkdb-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
-  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
-
-  # create 'default' database instance
-  cp "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
-  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
-      -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
-      -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
-
-  # Arch uses systemd, no need for init.d scripts
-  rm -r "$pkgdir"/etc/init.d
-}

Copied: rethinkdb/repos/community-testing-x86_64/PKGBUILD (from rev 108566, 
rethinkdb/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-03-28 21:44:52 UTC (rev 108567)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+# Contributor: Sigmund Lahn <sigm...@lahn.no>
+
+pkgname=rethinkdb
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='An open-source distributed database built with love.'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses gperftools)
+makedepends=(boost python python2)
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/rethinkdb-$pkgver.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('422e2046fe1136e63c5c2ed03c9bebffcb085211128984f605128f2ee85baa68'
+            '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+            'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+build() {
+  cd rethinkdb-$pkgver
+  ./configure --fetch v8 --disable-drivers --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd rethinkdb-$pkgver
+  make build/release/rethinkdb-unittest
+  # https://github.com/rethinkdb/rethinkdb/issues/2187 PageTest.* tests are 
hanging
+  ./build/release/rethinkdb-unittest 
--gtest_filter=-PageTest.BiggerTestTightMemory:PageTest.BiggerTestSuperTightMemory:PageTest.BiggerTestNoMemory
+  # some tests might be flaky on btrfs filesystem!
+}
+
+package() {
+  cd rethinkdb-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  cp "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+      -e 's|# 
pid-file=/var/run/rethinkdb/rethinkdb.pid|pid-file=/var/run/rethinkdb/default.pid|'
 \
+      -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Deleted: community-testing-x86_64/rethinkdb-tmpfile.conf
===================================================================
--- community-testing-x86_64/rethinkdb-tmpfile.conf     2014-03-28 21:43:55 UTC 
(rev 108566)
+++ community-testing-x86_64/rethinkdb-tmpfile.conf     2014-03-28 21:44:52 UTC 
(rev 108567)
@@ -1 +0,0 @@
-d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Copied: rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf (from 
rev 108566, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===================================================================
--- community-testing-x86_64/rethinkdb-tmpfile.conf                             
(rev 0)
+++ community-testing-x86_64/rethinkdb-tmpfile.conf     2014-03-28 21:44:52 UTC 
(rev 108567)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -
\ No newline at end of file

Deleted: community-testing-x86_64/rethinkdb.install
===================================================================
--- community-testing-x86_64/rethinkdb.install  2014-03-28 21:43:55 UTC (rev 
108566)
+++ community-testing-x86_64/rethinkdb.install  2014-03-28 21:44:52 UTC (rev 
108567)
@@ -1,37 +0,0 @@
-post_install() {
-  groupadd rethinkdb &>/dev/null
-  useradd -g rethinkdb -d /var/lib/rethinkdb -s /bin/false rethinkdb 
&>/dev/null
-
-  if type -P systemd-tmpfiles &> /dev/null; then
-    systemd-tmpfiles --create rethinkdb.conf
-  fi
-
-  if [ -d /var/lib/rethinkdb ]; then
-    echo "Database directory '/var/lib/rethinkdb' already exists. If you want 
to recreate default database then delete the directory and run 'rethinkdb 
create -d /var/lib/rethinkdb/default'."
-  fi
-
-  if [ ! -d /var/lib/rethinkdb/default ]; then
-    mkdir -p /var/lib/rethinkdb
-    /usr/bin/rethinkdb create -d /var/lib/rethinkdb/default
-  fi
-  chown -R rethinkdb:rethinkdb /var/lib/rethinkdb
-}
-
-post_upgrade() {
-  IFS='.' read -a new_version <<< "$1"
-  IFS='.' read -a old_version <<< "$2"
-
-  if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != 
"${new_version[1]}" ]; then
-    echo "This release changed data storage format. Please upgrade your data 
using following information 
https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration";
-  fi
-
-  getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null
-  getent passwd rethinkdb >/dev/null 2>&1 || useradd -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null
-}
-
-post_remove() {
-  getent passwd rethinkdb >/dev/null && userdel rethinkdb
-  getent group rethinkdb >/dev/null && groupdel rethinkdb
-
-  echo "RethinkDB data directory '/var/lib/rethinkdb' is left untouched. 
Remove it if you really sure you won't need your data in the future."
-}

Copied: rethinkdb/repos/community-testing-x86_64/rethinkdb.install (from rev 
108566, rethinkdb/trunk/rethinkdb.install)
===================================================================
--- community-testing-x86_64/rethinkdb.install                          (rev 0)
+++ community-testing-x86_64/rethinkdb.install  2014-03-28 21:44:52 UTC (rev 
108567)
@@ -0,0 +1,37 @@
+post_install() {
+  groupadd rethinkdb &>/dev/null
+  useradd -g rethinkdb -d /var/lib/rethinkdb -s /bin/false rethinkdb 
&>/dev/null
+
+  if type -P systemd-tmpfiles &> /dev/null; then
+    systemd-tmpfiles --create rethinkdb.conf
+  fi
+
+  if [ -d /var/lib/rethinkdb ]; then
+    echo "Database directory '/var/lib/rethinkdb' already exists. If you want 
to recreate default database then delete the directory and run 'rethinkdb 
create -d /var/lib/rethinkdb/default'."
+  fi
+
+  if [ ! -d /var/lib/rethinkdb/default ]; then
+    mkdir -p /var/lib/rethinkdb
+    /usr/bin/rethinkdb create -d /var/lib/rethinkdb/default
+  fi
+  chown -R rethinkdb:rethinkdb /var/lib/rethinkdb
+}
+
+post_upgrade() {
+  IFS='.' read -a new_version <<< "$1"
+  IFS='.' read -a old_version <<< "$2"
+
+  if [ "${old_version[0]}" != "${new_version[0]}" -o "${old_version[1]}" != 
"${new_version[1]}" ]; then
+    echo "This release changed data storage format. Please upgrade your data 
using following information 
https://github.com/rethinkdb/rethinkdb/tree/next/scripts/migration";
+  fi
+
+  getent group rethinkdb >/dev/null 2>&1 || groupadd rethinkdb &>/dev/null
+  getent passwd rethinkdb >/dev/null 2>&1 || useradd -g rethinkdb -d 
/var/lib/rethinkdb -s /bin/false rethinkdb &>/dev/null
+}
+
+post_remove() {
+  getent passwd rethinkdb >/dev/null && userdel rethinkdb
+  getent group rethinkdb >/dev/null && groupdel rethinkdb
+
+  echo "RethinkDB data directory '/var/lib/rethinkdb' is left untouched. 
Remove it if you really sure you won't need your data in the future."
+}

Deleted: community-testing-x86_64/rethinkdb.service
===================================================================
--- community-testing-x86_64/rethinkdb.service  2014-03-28 21:43:55 UTC (rev 
108566)
+++ community-testing-x86_64/rethinkdb.service  2014-03-28 21:44:52 UTC (rev 
108567)
@@ -1,12 +0,0 @@
-[Unit]
-Description=RethinkDB database server for instance '%i'
-
-[Service]
-User=rethinkdb
-Group=rethinkdb
-ExecStart=/usr/bin/rethinkdb serve --config-file 
/etc/rethinkdb/instances.d/%i.conf
-KillMode=process
-PrivateTmp=true
-
-[Install]
-WantedBy=multi-user.target

Copied: rethinkdb/repos/community-testing-x86_64/rethinkdb.service (from rev 
108566, rethinkdb/trunk/rethinkdb.service)
===================================================================
--- community-testing-x86_64/rethinkdb.service                          (rev 0)
+++ community-testing-x86_64/rethinkdb.service  2014-03-28 21:44:52 UTC (rev 
108567)
@@ -0,0 +1,12 @@
+[Unit]
+Description=RethinkDB database server for instance '%i'
+
+[Service]
+User=rethinkdb
+Group=rethinkdb
+ExecStart=/usr/bin/rethinkdb serve --config-file 
/etc/rethinkdb/instances.d/%i.conf
+KillMode=process
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target

Reply via email to