[arch-commits] Commit in moosefs/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Sun Sep 13 17:22:06 UTC 2015
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 <rodseth at 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:
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 <rodseth at gmail.com>
+
+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, moosefs/trunk/moosefs.install)
===================================================================
--- community-i686/moosefs.install (rev 0)
+++ community-i686/moosefs.install 2015-09-13 17:22:06 UTC (rev 140064)
@@ -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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-13 17:21:53 UTC (rev 140063)
+++ community-x86_64/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 <rodseth at 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:
Copied: moosefs/repos/community-x86_64/PKGBUILD (from rev 140063, moosefs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/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 <rodseth at gmail.com>
+
+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-x86_64/moosefs.install
===================================================================
--- community-x86_64/moosefs.install 2015-09-13 17:21:53 UTC (rev 140063)
+++ community-x86_64/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-x86_64/moosefs.install (from rev 140063, moosefs/trunk/moosefs.install)
===================================================================
--- community-x86_64/moosefs.install (rev 0)
+++ community-x86_64/moosefs.install 2015-09-13 17:22:06 UTC (rev 140064)
@@ -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:
More information about the arch-commits
mailing list