Date: Thursday, May 14, 2015 @ 13:36:36
  Author: arodseth
Revision: 133400

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

Added:
  moosefs/repos/community-i686/PKGBUILD
    (from rev 133399, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-i686/moosefs.install
    (from rev 133399, moosefs/trunk/moosefs.install)
  moosefs/repos/community-x86_64/PKGBUILD
    (from rev 133396, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.install
    (from rev 133396, moosefs/trunk/moosefs.install)

----------------------------------+
 community-i686/PKGBUILD          |   38 +++++++++++++++++++++++++++++++++++++
 community-i686/moosefs.install   |   20 +++++++++++++++++++
 community-x86_64/PKGBUILD        |   38 +++++++++++++++++++++++++++++++++++++
 community-x86_64/moosefs.install |   11 ++++++++++
 4 files changed, 107 insertions(+)

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 133399, 
moosefs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-05-14 11:36:36 UTC (rev 133400)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --with-default-user=mfs \
+    --with-default-group=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 133399, 
moosefs/trunk/moosefs.install)
===================================================================
--- community-i686/moosefs.install                              (rev 0)
+++ community-i686/moosefs.install      2015-05-14 11:36:36 UTC (rev 133400)
@@ -0,0 +1,20 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+post_upgrade() {
+  echo
+  echo 'The latest release of MooseFS had several changes to how'
+  echo 'files are packaged and installed. There were also changes to'
+  echo 'the systemd service files. Please double-check that every'
+  echo 'service you wish to run is running as you intended.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 133396, 
moosefs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-14 11:36:36 UTC (rev 133400)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz";)
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --with-default-user=mfs \
+    --with-default-group=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-x86_64/moosefs.install (from rev 133396, 
moosefs/trunk/moosefs.install)
===================================================================
--- community-x86_64/moosefs.install                            (rev 0)
+++ community-x86_64/moosefs.install    2015-05-14 11:36:36 UTC (rev 133400)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to