[arch-commits] Commit in mkinitcpio/repos (7 files)

2012-07-31 Thread Dave Reisner
Date: Tuesday, July 31, 2012 @ 21:04:59
  Author: dreisner
Revision: 164385

db-move: moved mkinitcpio from [testing] to [core] (any)

Added:
  mkinitcpio/repos/core-any/PKGBUILD
(from rev 164384, mkinitcpio/repos/testing-any/PKGBUILD)
  mkinitcpio/repos/core-any/mkinitcpio.install
(from rev 164384, mkinitcpio/repos/testing-any/mkinitcpio.install)
Deleted:
  
mkinitcpio/repos/core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
  mkinitcpio/repos/core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
  mkinitcpio/repos/core-any/PKGBUILD
  mkinitcpio/repos/core-any/mkinitcpio.install
  mkinitcpio/repos/testing-any/

-+
 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch |   29 
 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch |   28 
 PKGBUILD|   66 
--
 mkinitcpio.install  |   16 +-
 4 files changed, 35 insertions(+), 104 deletions(-)

Deleted: 
core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
===
--- core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,29 +0,0 @@
-From 7cf7ac4eb2c29a2b1aa748dae7658da5fbbc3a18 Mon Sep 17 00:00:00 2001
-From: Brian Parsons br...@pmex.com
-Date: Mon, 11 Jun 2012 17:30:10 -0400
-Subject: [PATCH 1/2] Update module filter to be aware of hyphens in the
- MODULES array
-
-[dave: fix whitespace and re-add needed quoting]
-
-Signed-off-by: Dave Reisner dreis...@archlinux.org

- functions |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/functions b/functions
-index 4a62d8e..e9fb81a 100644
 a/functions
-+++ b/functions
-@@ -590,7 +590,7 @@ write_image_config() {
- . $CONFIG
- 
- # sanitize of any extra whitespace
--read -ra modules  $MODULES
-+read -ra modules ${MODULES//-/_}
- for mod in ${modules[@]}; do
- in_array ${mod%\?} ${ADDED_MODULES[@]} || continue
- add+=(${mod%\?})
--- 
-1.7.10.4
-

Deleted: core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
===
--- core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,28 +0,0 @@
-From c257b0d7b4dd1c3f9b63c6a27b68a27bc246acea Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Tue, 12 Jun 2012 19:18:18 -0400
-Subject: [PATCH 2/2] shutdown: don't alert udev on disable VGs
-
-Fixes FS#30271.
-
-Signed-off-by: Dave Reisner dreis...@archlinux.org

- shutdown |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/shutdown b/shutdown
-index ce7de23..fd88105 100644
 a/shutdown
-+++ b/shutdown
-@@ -25,7 +25,7 @@ stop_device() {
- read devname $1/dm/name
- lvm lvdisplay -c /dev/mapper/$devname | {
- IFS=: read _ vgname _
--lvm vgchange -an $vgname
-+lvm vgchange --noudevsync -an $vgname
- }
- ;;
- raid*)
--- 
-1.7.10.4
-

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/PKGBUILD   2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=http://www.archlinux.org/;
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-backup=('etc/mkinitcpio.conf')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;
-0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
-0002-shutdown-don-t-alert-udev-on-disable-VGs.patch)
-install=mkinitcpio.install
-sha256sums=('1c388ab1df4ecdf6204602c66220a79adc2c564956fdf68deb7dde9bab331c28'
-'5e5f83a2f9805ce1b09602f31fd4aca93fa7085a40c74bc559cf25c29506b057'
-

[arch-commits] Commit in mkinitcpio/repos (7 files)

2012-06-15 Thread Dave Reisner
Date: Friday, June 15, 2012 @ 18:35:26
  Author: dreisner
Revision: 161860

db-move: moved mkinitcpio from [testing] to [core] ( any)

Added:
  
mkinitcpio/repos/core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
(from rev 161859, 
mkinitcpio/repos/testing-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch)
  mkinitcpio/repos/core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
(from rev 161859, 
mkinitcpio/repos/testing-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch)
  mkinitcpio/repos/core-any/PKGBUILD
(from rev 161859, mkinitcpio/repos/testing-any/PKGBUILD)
  mkinitcpio/repos/core-any/mkinitcpio.install
(from rev 161859, mkinitcpio/repos/testing-any/mkinitcpio.install)
Deleted:
  mkinitcpio/repos/core-any/PKGBUILD
  mkinitcpio/repos/core-any/mkinitcpio.install
  mkinitcpio/repos/testing-any/

-+
 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch |   29 
 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch |   28 
 PKGBUILD|   69 
+-
 mkinitcpio.install  |   16 +-
 4 files changed, 104 insertions(+), 38 deletions(-)

Copied: 
mkinitcpio/repos/core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
 (from rev 161859, 
mkinitcpio/repos/testing-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch)
===
--- core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
(rev 0)
+++ core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
2012-06-15 22:35:26 UTC (rev 161860)
@@ -0,0 +1,29 @@
+From 7cf7ac4eb2c29a2b1aa748dae7658da5fbbc3a18 Mon Sep 17 00:00:00 2001
+From: Brian Parsons br...@pmex.com
+Date: Mon, 11 Jun 2012 17:30:10 -0400
+Subject: [PATCH 1/2] Update module filter to be aware of hyphens in the
+ MODULES array
+
+[dave: fix whitespace and re-add needed quoting]
+
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ functions |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/functions b/functions
+index 4a62d8e..e9fb81a 100644
+--- a/functions
 b/functions
+@@ -590,7 +590,7 @@ write_image_config() {
+ . $CONFIG
+ 
+ # sanitize of any extra whitespace
+-read -ra modules  $MODULES
++read -ra modules ${MODULES//-/_}
+ for mod in ${modules[@]}; do
+ in_array ${mod%\?} ${ADDED_MODULES[@]} || continue
+ add+=(${mod%\?})
+-- 
+1.7.10.4
+

Copied: 
mkinitcpio/repos/core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch 
(from rev 161859, 
mkinitcpio/repos/testing-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch)
===
--- core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
(rev 0)
+++ core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
2012-06-15 22:35:26 UTC (rev 161860)
@@ -0,0 +1,28 @@
+From c257b0d7b4dd1c3f9b63c6a27b68a27bc246acea Mon Sep 17 00:00:00 2001
+From: Dave Reisner dreis...@archlinux.org
+Date: Tue, 12 Jun 2012 19:18:18 -0400
+Subject: [PATCH 2/2] shutdown: don't alert udev on disable VGs
+
+Fixes FS#30271.
+
+Signed-off-by: Dave Reisner dreis...@archlinux.org
+---
+ shutdown |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/shutdown b/shutdown
+index ce7de23..fd88105 100644
+--- a/shutdown
 b/shutdown
+@@ -25,7 +25,7 @@ stop_device() {
+ read devname $1/dm/name
+ lvm lvdisplay -c /dev/mapper/$devname | {
+ IFS=: read _ vgname _
+-lvm vgchange -an $vgname
++lvm vgchange --noudevsync -an $vgname
+ }
+ ;;
+ raid*)
+-- 
+1.7.10.4
+

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-15 19:32:00 UTC (rev 161859)
+++ core-any/PKGBUILD   2012-06-15 22:35:26 UTC (rev 161860)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=0.9.2
-pkgrel=1
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=http://www.archlinux.org/;
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')