[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33259] [PATCH 5/8] pack: Squashfs backend now honors '--localstated
From: |
Danny Milosavljevic |
Subject: |
[bug#33259] [PATCH 5/8] pack: Squashfs backend now honors '--localstatedir'. |
Date: |
Tue, 6 Nov 2018 12:00:36 +0100 |
> + (with-directory-excursion "squashfs-root"
> + (when (and (file-exists? (string-append bin
> + "/guile"))
> + (file-exists? "var/guix/db/db.sqlite")
> + (string=? (string-append
> #$%bootstrap-guile "/bin")
> + (pk 'binlink (readlink bin)))
> + (string=? (string-append #$profile
> "/bin")
> + (pk 'guilelink (readlink
> "bin"))))
> + (mkdir #$output))))))))
"pk" here on purpose? Can't hurt in a test, I suppose...
LGTM!
pgpITWWLsufyt.pgp
Description: OpenPGP digital signature
- [bug#33259] [PATCH 8/8] pack: Add test for '--relocatable'., (continued)
[bug#33259] [PATCH 7/8] store-copy: Canonicalize the mtime and permissions of the store copy., Ludovic Courtès, 2018/11/04
[bug#33259] [PATCH 6/8] pack: Add test for 'self-contained-tarball' with localstatedir., Ludovic Courtès, 2018/11/04
[bug#33259] [PATCH 5/8] pack: Squashfs backend now honors '--localstatedir'., Ludovic Courtès, 2018/11/04
[bug#33259] [PATCH 3/8] install: Add 'install-database-and-gc-roots'., Ludovic Courtès, 2018/11/04
[bug#33259] [PATCH 1/8] pack: Move store database creation to a separate derivation., Danny Milosavljevic, 2018/11/06