[arch-commits] Commit in moosefs/repos (8 files)

2017-02-25 Thread Alexander Rødseth
Date: Saturday, February 25, 2017 @ 16:45:15
  Author: arodseth
Revision: 213815

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

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

--+
 /PKGBUILD|   84 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   42 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-25 16:45:00 UTC (rev 213814)
+++ community-i686/PKGBUILD 2017-02-25 16:45:15 UTC (rev 213815)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.86_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=('GPL2')
-depends=('fuse2' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
-sha256sums=('2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 213814, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-25 16:45:15 UTC (rev 213815)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.88_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=('GPL2')
+depends=('fuse2' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
+sha256sums=('5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2017-02-25 16:45:00 UTC (rev 213814)
+++ community-i686/moosefs.install  2017-02-25 16:45:15 UTC (rev 213815)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 213814, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2017-01-17 Thread Alexander Rødseth
Date: Tuesday, January 17, 2017 @ 20:14:30
  Author: arodseth
Revision: 207792

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

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

--+
 /PKGBUILD|   84 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   43 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 106 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 20:14:17 UTC (rev 207791)
+++ community-i686/PKGBUILD 2017-01-17 20:14:30 UTC (rev 207792)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.84_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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
-sha256sums=('384153d6411633122f6a3b9b9b30fc47be2e881f45c9733f112f4c9b9530f328')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin"
-  rmdir "$pkgdir/usr/sbin"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 207791, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 20:14:30 UTC (rev 207792)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.86_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=('GPL2')
+depends=('fuse2' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
+sha256sums=('2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin" "$pkgdir/usr/sbin"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2017-01-17 20:14:17 UTC (rev 207791)
+++ community-i686/moosefs.install  2017-01-17 20:14:30 UTC (rev 207792)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 207791, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2016-10-12 Thread Alexander Rødseth
Date: Wednesday, October 12, 2016 @ 09:19:47
  Author: arodseth
Revision: 192012

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

Added:
  moosefs/repos/community-i686/PKGBUILD
(from rev 192010, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-i686/moosefs.install
(from rev 192011, moosefs/trunk/moosefs.install)
  moosefs/repos/community-x86_64/PKGBUILD
(from rev 192010, moosefs/trunk/PKGBUILD)
  moosefs/repos/community-x86_64/moosefs.install
(from rev 192010, moosefs/trunk/moosefs.install)
Deleted:
  moosefs/repos/community-i686/PKGBUILD
  moosefs/repos/community-i686/moosefs.install
  moosefs/repos/community-x86_64/PKGBUILD
  moosefs/repos/community-x86_64/moosefs.install

--+
 /PKGBUILD|   86 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   43 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-12 09:19:43 UTC (rev 192011)
+++ community-i686/PKGBUILD 2016-10-12 09:19:47 UTC (rev 192012)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.80
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('f1a7fea882d44af71f4b09e04df4683cd4ee064e9b0a2ad32116263e60c7b4e7')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin"
-  rmdir "$pkgdir/usr/sbin"
-}
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 192010, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-12 09:19:47 UTC (rev 192012)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.84_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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz;)
+sha256sums=('384153d6411633122f6a3b9b9b30fc47be2e881f45c9733f112f4c9b9530f328')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-10-12 09:19:43 UTC (rev 192011)
+++ community-i686/moosefs.install  2016-10-12 09:19:47 UTC (rev 192012)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 192011, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2016-07-15 Thread Alexander Rødseth
Date: Friday, July 15, 2016 @ 21:13:47
  Author: arodseth
Revision: 182957

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

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

--+
 /PKGBUILD|   86 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   44 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-15 21:13:36 UTC (rev 182956)
+++ community-i686/PKGBUILD 2016-07-15 21:13:47 UTC (rev 182957)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.78
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('8d26b5429fdd1dd896d9c061d4ef6574a2bfd73fc9486f941d0e18305094b7ee')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin"
-  rmdir "$pkgdir/usr/sbin"
-}
-
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 182956, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-15 21:13:47 UTC (rev 182957)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.80
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('f1a7fea882d44af71f4b09e04df4683cd4ee064e9b0a2ad32116263e60c7b4e7')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
+}
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-07-15 21:13:36 UTC (rev 182956)
+++ community-i686/moosefs.install  2016-07-15 21:13:47 UTC (rev 182957)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 182956, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2016-06-29 Thread Alexander Rødseth
Date: Wednesday, June 29, 2016 @ 15:50:27
  Author: arodseth
Revision: 181614

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

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

--+
 /PKGBUILD|   88 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   44 --
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/moosefs.install |   11 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-29 15:50:16 UTC (rev 181613)
+++ community-i686/PKGBUILD 2016-06-29 15:50:27 UTC (rev 181614)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.77
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
-  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
-  rmdir "$pkgdir/sbin"
-  rmdir "$pkgdir/usr/sbin"
-}
-
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 181613, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-29 15:50:27 UTC (rev 181614)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.78
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('8d26b5429fdd1dd896d9c061d4ef6574a2bfd73fc9486f941d0e18305094b7ee')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
+}
+
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-06-29 15:50:16 UTC (rev 181613)
+++ community-i686/moosefs.install  2016-06-29 15:50:27 UTC (rev 181614)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 181613, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 19:20:09
  Author: arodseth
Revision: 181545

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

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

--+
 /PKGBUILD|   88 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   42 -
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/moosefs.install |   11 
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 19:19:57 UTC (rev 181544)
+++ community-i686/PKGBUILD 2016-06-28 19:20:09 UTC (rev 181545)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=3.0.77
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
-
-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
-  make
-}
-
-package() {
-  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
-
-  # Move mount.moosefs from sbin to usr/bin
-  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
-  rmdir "$pkgdir/sbin"
-}
-
-
-# getver: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 181544, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 19:20:09 UTC (rev 181545)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.77
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/"* "$pkgdir/usr/bin/"
+  mv "$pkgdir/usr/sbin/"* "$pkgdir/usr/bin/"
+  rmdir "$pkgdir/sbin"
+  rmdir "$pkgdir/usr/sbin"
+}
+
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-06-28 19:19:57 UTC (rev 181544)
+++ community-i686/moosefs.install  2016-06-28 19:20:09 UTC (rev 181545)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 181544, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2016-06-28 Thread Alexander Rødseth
Date: Tuesday, June 28, 2016 @ 18:45:04
  Author: arodseth
Revision: 181534

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

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

--+
 /PKGBUILD|   84 +
 /moosefs.install |   22 +
 community-i686/PKGBUILD  |   38 
 community-i686/moosefs.install   |   11 
 community-x86_64/PKGBUILD|   38 
 community-x86_64/moosefs.install |   11 
 6 files changed, 106 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-28 18:44:52 UTC (rev 181533)
+++ community-i686/PKGBUILD 2016-06-28 18:45:04 UTC (rev 181534)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.88
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
-
-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: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 181533, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-28 18:45:04 UTC (rev 181534)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=3.0.77
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
+
+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
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
+  rmdir "$pkgdir/sbin"
+}
+
+
+# getver: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-06-28 18:44:52 UTC (rev 181533)
+++ community-i686/moosefs.install  2016-06-28 18:45:04 UTC (rev 181534)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 181533, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-06-28 18:45:04 UTC (rev 181534)
@@ -0,0 

[arch-commits] Commit in moosefs/repos (8 files)

2016-03-06 Thread Alexander Rødseth
Date: Sunday, March 6, 2016 @ 15:02:30
  Author: arodseth
Revision: 165370

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.83
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
-
-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: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 165369, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.88
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
+
+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: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-03-06 14:02:17 UTC (rev 165369)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 165369, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-03-06 14:02:30 UTC (rev 165370)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
+  

[arch-commits] Commit in moosefs/repos (8 files)

2016-01-31 Thread Alexander Rødseth
Date: Sunday, January 31, 2016 @ 21:15:33
  Author: arodseth
Revision: 159703

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-31 20:15:13 UTC (rev 159702)
+++ community-i686/PKGBUILD 2016-01-31 20:15:33 UTC (rev 159703)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.83
-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=('GPL2')
-depends=('fuse' 'python2' 'bash' 'xfsprogs')
-install="$pkgname.install"
-source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
-sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
-
-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: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 159702, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-31 20:15:33 UTC (rev 159703)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.83
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
+
+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: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-01-31 20:15:13 UTC (rev 159702)
+++ community-i686/moosefs.install  2016-01-31 20:15:33 UTC (rev 159703)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 159702, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-01-31 20:15:33 UTC (rev 159703)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs/ can'
+  

[arch-commits] Commit in moosefs/repos (8 files)

2016-01-31 Thread Alexander Rødseth
Date: Sunday, January 31, 2016 @ 21:10:59
  Author: arodseth
Revision: 159699

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-31 20:10:40 UTC (rev 159698)
+++ community-i686/PKGBUILD 2016-01-31 20:10:59 UTC (rev 159699)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.81
-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}-1.tar.gz;)
-sha256sums=('401ec4de52e331e7ee5aded0f41f0d0183bfbbb70b9e5b86df1030ca3fe7ac6b')
-
-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: moosefs.com/download/sources.html
-# vim:set ts=2 sw=2 et:

Copied: moosefs/repos/community-i686/PKGBUILD (from rev 159698, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-31 20:10:59 UTC (rev 159699)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.83
+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=('GPL2')
+depends=('fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz;)
+sha256sums=('1d15878396e7e26979cea22ccd8f6c136e132afd378c74519ec1cc865f90198f')
+
+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: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2016-01-31 20:10:40 UTC (rev 159698)
+++ community-i686/moosefs.install  2016-01-31 20:10:59 UTC (rev 159699)
@@ -1,11 +0,0 @@
-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:

Copied: moosefs/repos/community-i686/moosefs.install (from rev 159698, 
moosefs/trunk/moosefs.install)
===
--- community-i686/moosefs.install  (rev 0)
+++ community-i686/moosefs.install  2016-01-31 20:10:59 UTC (rev 159699)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  

[arch-commits] Commit in moosefs/repos (8 files)

2015-11-29 Thread Alexander Rødseth
Date: Monday, November 30, 2015 @ 01:06:52
  Author: arodseth
Revision: 147933

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   20 -
 6 files changed, 98 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 00:06:41 UTC (rev 147932)
+++ community-i686/PKGBUILD 2015-11-30 00:06:52 UTC (rev 147933)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.73_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=('923a33a2830a8f0a831381aa97c8f8c8be37488dbf833956d0ca433266d995a1')
-
-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/PKGBUILD (from rev 147932, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 00:06:52 UTC (rev 147933)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.81
+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}-1.tar.gz;)
+sha256sums=('401ec4de52e331e7ee5aded0f41f0d0183bfbbb70b9e5b86df1030ca3fe7ac6b')
+
+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: moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-11-30 00:06:41 UTC (rev 147932)
+++ community-i686/moosefs.install  2015-11-30 00:06:52 UTC (rev 147933)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 147932, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2015-09-13 Thread Alexander Rødseth
Date: Sunday, September 13, 2015 @ 19:22:06
  Author: arodseth
Revision: 140064

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   40 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   20 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-13 17:21:53 UTC (rev 140063)
+++ community-i686/PKGBUILD 2015-09-13 17:22:06 UTC (rev 140064)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
-# Maintainer: Alexander Rødseth 
-
-pkgname=moosefs
-pkgver=2.0.67_1
-pkgrel=2
-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/PKGBUILD (from rev 140063, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-13 17:22:06 UTC (rev 140064)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth 
+
+pkgname=moosefs
+pkgver=2.0.73_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=('923a33a2830a8f0a831381aa97c8f8c8be37488dbf833956d0ca433266d995a1')
+
+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:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-09-13 17:21:53 UTC (rev 140063)
+++ community-i686/moosefs.install  2015-09-13 17:22:06 UTC (rev 140064)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 140063, 

[arch-commits] Commit in moosefs/repos (8 files)

2015-05-14 Thread Alexander Rødseth
Date: Thursday, May 14, 2015 @ 14:01:17
  Author: arodseth
Revision: 133414

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   40 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   20 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-14 12:01:07 UTC (rev 133413)
+++ community-i686/PKGBUILD 2015-05-14 12:01:17 UTC (rev 133414)
@@ -1,38 +0,0 @@
-# $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/PKGBUILD (from rev 133413, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-14 12:01:17 UTC (rev 133414)
@@ -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=2
+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:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-05-14 12:01:07 UTC (rev 133413)
+++ community-i686/moosefs.install  2015-05-14 12:01:17 UTC (rev 133414)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 133413, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2015-05-14 Thread Alexander Rødseth
Date: Thursday, May 14, 2015 @ 13:39:25
  Author: arodseth
Revision: 133401

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   40 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   11 -
 6 files changed, 116 insertions(+), 107 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-14 11:36:36 UTC (rev 133400)
+++ community-i686/PKGBUILD 2015-05-14 11:39:25 UTC (rev 133401)
@@ -1,38 +0,0 @@
-# $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/PKGBUILD (from rev 133400, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-14 11:39:25 UTC (rev 133401)
@@ -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:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-05-14 11:36:36 UTC (rev 133400)
+++ community-i686/moosefs.install  2015-05-14 11:39:25 UTC (rev 133401)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 133400, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2015-05-14 Thread Alexander Rødseth
Date: Thursday, May 14, 2015 @ 13:40:47
  Author: arodseth
Revision: 133404

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   40 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   20 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-14 11:40:25 UTC (rev 133403)
+++ community-i686/PKGBUILD 2015-05-14 11:40:47 UTC (rev 133404)
@@ -1,38 +0,0 @@
-# $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/PKGBUILD (from rev 133403, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-14 11:40:47 UTC (rev 133404)
@@ -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:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-05-14 11:40:25 UTC (rev 133403)
+++ community-i686/moosefs.install  2015-05-14 11:40:47 UTC (rev 133404)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 133403, 
moosefs/trunk/moosefs.install)

[arch-commits] Commit in moosefs/repos (8 files)

2015-05-14 Thread Alexander Rødseth
Date: Thursday, May 14, 2015 @ 13:43:14
  Author: arodseth
Revision: 133408

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

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

--+
 /PKGBUILD|   76 +
 /moosefs.install |   40 +++
 community-i686/PKGBUILD  |   38 --
 community-i686/moosefs.install   |   20 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/moosefs.install |   20 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-14 11:42:55 UTC (rev 133407)
+++ community-i686/PKGBUILD 2015-05-14 11:43:14 UTC (rev 133408)
@@ -1,38 +0,0 @@
-# $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/PKGBUILD (from rev 133407, 
moosefs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-14 11:43:14 UTC (rev 133408)
@@ -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:

Deleted: community-i686/moosefs.install
===
--- community-i686/moosefs.install  2015-05-14 11:42:55 UTC (rev 133407)
+++ community-i686/moosefs.install  2015-05-14 11:43:14 UTC (rev 133408)
@@ -1,20 +0,0 @@
-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-i686/moosefs.install (from rev 133407, 
moosefs/trunk/moosefs.install)