[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository annotated tag 25 created. 25

2018-10-16 Thread Dave Reisner via arch-projects
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official mkinitcpio repository".

The annotated tag, 25 has been created
at  c381320560a8ebc2b9b80d3686cb93e3dd067d62 (tag)
   tagging  a3cb799a8f63186b843db6a57da12d74a9320686 (commit)
  replaces  v24
 tagged by  Dave Reisner
on  Tue Oct 16 12:57:50 2018 -0400

- Log -
tag as v25
-BEGIN PGP SIGNATURE-

iQFLBAABCAA1FiEESH6swIVXrQggiNq6HrJjj/VsDFMFAlvGGI4XHGRyZWlzbmVy
QGFyY2hsaW51eC5vcmcACgkQHrJjj/VsDFOJKwgAti10wWG0Fk7fC8VFAcEKPo8k
IZ+7EfRbZFtTxPUT6PKVZeZxDM1Ibj1HZ2CgDT57ZTNDRn4RH9+W5mjiNJGSvX11
0u+NKJViPAD+IPuAjJQBr5ZnRByctbNUNgfDOtoQ1eHN0SJrnfxzinOBEn0sUARC
am7SKTiLcvyPDV/bD5ljAwNXDMSoIbhQHAr4VCMmJADULWusHIqcF5e+pXmi4z6S
WXAxXsKSM3qU9H2Clo9y/qZcQhA+/xqVyTd7gsSm8ZZIBLRJzaI0bkvA+Ss5TNS+
i++qfD8ZFOMGus56Olg5fkbp2ULqAAp5LLchadTY1sI6+7WywoHLfds+LiqjUQ==
=FDmL
-END PGP SIGNATURE-

Dave Reisner (7):
  Restore addition of modules from config file
  lsinitcpio: Attempt to estimate only decompression time
  PKGBUILD: fix upstream URL
  cleanup some shellcheck lint warnings
  Remove install hook aliases for block and keyboard
  ship /var/run as symlink to /run
  install/block: avoid conditional addition of drivers

---


hooks/post-receive
-- 
The official mkinitcpio repository


[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. v24-7-ga3cb799

2018-10-09 Thread Dave Reisner via arch-projects
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official mkinitcpio repository".

The branch, master has been updated
   via  a3cb799a8f63186b843db6a57da12d74a9320686 (commit)
   via  cfcc53c94d0bd67fc69e06c6c5f52bd801ccbe22 (commit)
   via  c511e624d4f0264d1ee4f32b08b59352d76708e5 (commit)
   via  e2a1189dbd0f3d8c051e2d21b8c8aec9b3b091c7 (commit)
  from  f8cc481e7a4cb33a351308b3f440870fef57fe72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit a3cb799a8f63186b843db6a57da12d74a9320686
Author: Dave Reisner 
Date:   Mon Oct 8 19:45:11 2018 -0400

install/block: avoid conditional addition of drivers

Avoid over-optimizing autodetect and always add these. This allows
storage drivers to be builtins and still trigger addition of the block
node driver.

commit cfcc53c94d0bd67fc69e06c6c5f52bd801ccbe22
Author: Dave Reisner 
Date:   Thu Mar 29 05:46:08 2018 -0400

ship /var/run as symlink to /run

This might not strictly be strictly needed, but systemd documents it as
being a requirement, else it adds a var-run-bad taint flag.

commit c511e624d4f0264d1ee4f32b08b59352d76708e5
Author: Dave Reisner 
Date:   Sat Dec 30 12:18:40 2017 -0500

Remove install hook aliases for block and keyboard

These have been deprecated since 2012. I think that's enough time for
people to migrate.

commit e2a1189dbd0f3d8c051e2d21b8c8aec9b3b091c7
Author: Dave Reisner 
Date:   Sat Dec 30 12:16:12 2017 -0500

cleanup some shellcheck lint warnings

---

Summary of changes:
 functions|  3 ++-
 install/block| 25 -
 install/fw   |  1 -
 install/mmc  |  1 -
 install/pata |  1 -
 install/sata |  1 -
 install/scsi |  1 -
 install/usb  |  1 -
 install/usbinput |  1 -
 install/virtio   |  1 -
 mkinitcpio   | 24 +++-
 11 files changed, 21 insertions(+), 39 deletions(-)
 delete mode 12 install/fw
 delete mode 12 install/mmc
 delete mode 12 install/pata
 delete mode 12 install/sata
 delete mode 12 install/scsi
 delete mode 12 install/usb
 delete mode 12 install/usbinput
 delete mode 12 install/virtio


hooks/post-receive
-- 
The official mkinitcpio repository


[arch-projects] [mkinitcpio] [GIT] The official mkinitcpio repository branch master updated. v24-3-gf8cc481

2017-11-25 Thread Dave Reisner via arch-projects
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The official mkinitcpio repository".

The branch, master has been updated
   via  f8cc481e7a4cb33a351308b3f440870fef57fe72 (commit)
   via  8118efa675e75400e9272ac88a00b6faa00ce83e (commit)
  from  5bba09cb1c661627fde76b977cfe9f937b1264a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit f8cc481e7a4cb33a351308b3f440870fef57fe72
Author: Dave Reisner 
Date:   Fri Nov 24 16:25:50 2017 -0500

PKGBUILD: fix upstream URL

commit 8118efa675e75400e9272ac88a00b6faa00ce83e
Author: Dave Reisner 
Date:   Fri Nov 24 16:23:28 2017 -0500

lsinitcpio: Attempt to estimate only decompression time

Read time is constant between compression methods and we can't possibly
estimate this accurately since reading the image from disk doesn't
happen with kernel userland functions, but instead UEFI or 16-bit
realmode capabilities.

ref: https://bugs.archlinux.org/task/56417

---

Summary of changes:
 PKGBUILD   |  2 +-
 lsinitcpio | 20 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The official mkinitcpio repository