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 "Arch Linux initscripts repository".
The branch, systemd-cryptsetup has been updated
discards 149deb014002e3ffc81a5dbbf26bc1d134edf6f4 (commit)
via 739ad91ea776a23fdf7d9f27d1c6200fa46a1b3c (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (149deb014002e3ffc81a5dbbf26bc1d134edf6f4)
\
N -- N -- N (739ad91ea776a23fdf7d9f27d1c6200fa46a1b3c)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 739ad91ea776a23fdf7d9f27d1c6200fa46a1b3c
Author: Tom Gundersen <teg(a)jklm.no>
Date: Thu Jun 28 01:55:40 2012 +0200
cryptsetup: use systemd-cryptsetup rather than rolling our own
WORK IN PROGRESS; MOSTLY UNTESTED!
We support the Arch syntax and the systemd syntax for specifying
passwords. There are a few edgecases where there is ambiguity:
* non-random devices under /dev are assumed to be blockdevices that we
want to mount. This is not necessarily the case (could be you want to
treat them as raw keyfiles), and we can certainly make better
assumptions here.
* the previously valid inline passwords '-' and 'none' are now
considered acronyms for ASK.
We map our 'options' syntax to systemd's to the extent possible. This
should cover all usecases, but needs more review (compare with
cryptsetup(8)).
We complain loudly about 'legacy' syntax, but almost everything should
still continue to work.
Fixes-by: Dave Reisner <d(a)falconindy.com>
Signed-off-by: Tom Gundersen <teg(a)jklm.no>
-----------------------------------------------------------------------
Summary of changes:
functions | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
Arch Linux initscripts repository