]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
guix: hardcode SOURCE_DATE_EPOCH
authortobtoht <tob@featherwallet.org>
Tue, 27 Dec 2022 09:37:14 +0000 (10:37 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 27 Dec 2022 09:37:14 +0000 (10:37 +0100)
contrib/guix/guix-build

index 5ed3278b12a561339373fabcf9ca477c0e8e2ec5..198f2dd8993029eab0b0e53388853114c884220f 100755 (executable)
@@ -231,8 +231,7 @@ host_to_commonname() {
     esac
 }
 
-# Determine the reference time used for determinism (overridable by environment)
-SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --format=%at -1)}"
+SOURCE_DATE_EPOCH="1672070414"
 
 # Precious directories are those which should not be cleaned between successive
 # guix builds