[arch-commits] Commit in mkinitcpio-busybox/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Jan 1 18:25:40 UTC 2019


    Date: Tuesday, January 1, 2019 @ 18:25:39
  Author: jelle
Revision: 342867

make mkinitcpio-busybox reproducible

Don't embed a timestamp in the busybox binary and make busybox reproducible.

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 18:17:33 UTC (rev 342866)
+++ PKGBUILD	2019-01-01 18:25:39 UTC (rev 342867)
@@ -25,6 +25,8 @@
 }
 
 build() {
+  # reproducible build
+  export KCONFIG_NOTIMESTAMP=1
   make -C "busybox-$pkgver"
 }
 



More information about the arch-commits mailing list