Commit Graph

40 Commits

Author SHA1 Message Date
Georges Dupéron
6b0082dd68
Display warning: reproducible builds do not work on Windows or macos 2018-10-01 21:08:38 +02:00
Georges Dupéron
76ef64b5be
Use faketime or datefudge if the former is not installed 2018-10-01 21:08:37 +02:00
Georges Dupéron
24fe32c3b5
Circumvent the fact that faketime does not work on system binaries in macos 2018-10-01 21:08:37 +02:00
Georges Dupéron
07e12d3062
cp -T option does not exist on on macos 2018-10-01 21:08:36 +02:00
Georges Dupéron
2e9ce6fc26
macos: date conversion needs different flags than in Linux 2018-10-01 21:08:36 +02:00
Georges Dupéron
00bfba9251
macos: mkisofs includes the path to its input as extra unwanted directories in the iso 2018-10-01 21:08:36 +02:00
Georges Dupéron
08901554b0
Screenshots directory is now an option, to avoid conflicts with the reproducible build's make clean 2018-10-01 21:08:36 +02:00
Georges Dupéron
634a4a0ff3
Omit the build directory path from os.offsets.hex
The build directory is not the same for the normal build and the build made to check for reproducibility.
2018-10-01 21:08:35 +02:00
Georges Dupéron
94deee14b0
Avoid copying iso_files as a subfolder of an existing iso_files.tmp if the latter was not cleaned correctly 2018-10-01 21:08:35 +02:00
Georges Dupéron
01ea5827b2
Added COMMIT_TIMESTAMP_ISO_8601 as a Makefile parameter 2018-10-01 21:08:35 +02:00
Georges Dupéron
7dcdca9649
Check that the build is reproducible 2018-10-01 21:08:35 +02:00
Georges Dupéron
01d3ae7544
Made the build directory configurable 2018-10-01 21:08:35 +02:00
Georges Dupéron
cd866fb6e7
Closes #42: Reproducible builds
232 initial number of different lines in the hexadecimal dump.
160 (recursive touch in iso_files)
108 (touch os.32k)
46  (faketime on mkisofs)
38  (faketime on mformat)
32  (faketime on mcopy)
0   (explicit partition and disk GUIDs)
2018-10-01 21:08:34 +02:00
Georges Dupéron
282f241459
Missing dependency in offsets calculation (could cause race condition when building with -j) 2018-10-01 21:08:30 +02:00
Georges Dupéron
b01673890e make -j 10 sometimes fails to mount the resulting ISO9660 filesystem, added information to help debug the issue 2018-08-26 14:23:04 +02:00
Georges Dupéron
85af2114c6 ms-dos: CR+LF line endings, avoid lines longer than 8192, add [pause|exit] argument to .bat and sh code 2018-07-29 00:32:01 +02:00
Georges Dupéron
1e431b3fe0 gdisk requires an extra confirmation step on windows 2018-07-29 00:32:01 +02:00
Georges Dupéron
101d417d53 Build os.offsets.hex and os.offsets.dec 2018-07-29 00:32:01 +02:00
Georges Dupéron
4c6ac73c9e Remove fdisk version info, as it is not used 2018-07-28 23:41:03 +02:00
Georges Dupéron
e883a18dc1 Missing files from list of built files 2018-07-28 23:41:00 +02:00
Georges Dupéron
eadd7da136 Makefile: missing dependency for offsets 2018-07-25 09:50:10 +02:00
Georges Dupéron
4c992f16dc Fix recursive invocations of make used to analyze the Makefile itself 2018-07-25 09:50:10 +02:00
Georges Dupéron
0e9ac314bb macos: start the terminal, then make the window active, not the other way round 2018-07-25 09:50:10 +02:00
Georges Dupéron
d53e7ae908 macos: sikuli, change wallpaper (must be set using an absolute path) 2018-07-25 09:50:10 +02:00
Georges Dupéron
532140f5fc Use only mktemp -d, as it is near-impossible to get mktemp to create a file with a suffix (extension) on macos 2018-07-25 09:50:10 +02:00
Georges Dupéron
54363287d1 Pre-fill known_hosts, as it doesn't already know github on Travis with macos 2018-07-25 09:50:10 +02:00
Georges Dupéron
3a29713f9d macos: added Makefile target for macos tests 2018-07-25 09:50:10 +02:00
Georges Dupéron
81a037caa5 imagemagick is missing x11 support 2018-07-25 09:50:10 +02:00
Georges Dupéron
aae809550c macos: setup /tmp/.X11-unix and take screenshots in Xvfb 2018-07-25 09:50:10 +02:00
Georges Dupéron
1d974525bf macos: trying gui stuff 2018-07-25 09:50:10 +02:00
Georges Dupéron
58cf74d7a3 Show gdisk output when printing partition tables 2018-07-25 09:50:10 +02:00
Georges Dupéron
b15dc2d597 Use gdisk instead of fdisk when printing partition table 2018-07-25 09:50:10 +02:00
Georges Dupéron
51de94c2f3 Use [[:space:]] instead of \s 2018-07-25 09:50:10 +02:00
Georges Dupéron
0371e15dbd macos: compatibility with wc 2018-07-25 09:50:10 +02:00
Georges Dupéron
3d8aff7eb2 Enabled warnings in nasm 2018-07-25 09:50:10 +02:00
Georges Dupéron
bc45cee11c os.offsets was missing the offset name 2018-07-25 09:50:10 +02:00
Georges Dupéron
992766f139 macos: Use gdisk for all partitioning tasks, show gdisk commands for readability
Since the mac version of fdisk does not behave exactly like the linux one (sequence of text-mode menus), use gdisk for all tasks.
2018-07-25 09:50:07 +02:00
Georges Dupéron
1cbc87a562 macos: sed compatibility 2018-07-21 23:20:15 +02:00
Georges Dupéron
53798d6ee1 Moved makefile one level up (part 2: modify), rearchitectured the offset calculation to use temporary files, so that dependencies are easier to express. 2018-07-11 18:01:13 +02:00
Georges Dupéron
f53fea6d5d Moved Makefile one level up (part 1: rename) 2018-07-11 15:06:16 +02:00