]> git.ipfire.org Git - people/ms/ipfire-2.x.git/shortlog
people/ms/ipfire-2.x.git
2024-07-10  Michael TremerConfig: Fix the path for the stripper unshare
2024-07-10  Michael Tremerflash-images: Fix argument order for copying files
2024-07-10  Michael Tremermake.sh: Only catch the error code that triggered the...
2024-07-10  Michael TremerConfig: Build packages with the new macros
2024-07-10  Michael Tremercore-updates: Don't line-break make macros
2024-07-10  Michael TremerConfig: Show the transformed paths when creating tarballs
2024-07-10  Michael TremerConfig: Make the ARCHIVE_* variables generally available
2024-07-10  Michael Tremermake.sh: Ignore directories as packages
2024-07-10  Michael Tremermake.sh: Store the PID in a variable to avoid $! being...
2024-07-10  Michael TremerConfig: Remove ./ from filenames in archives
2024-07-10  Michael TremerConfig: Don't quote arguments in Makefiles
2024-07-10  Michael TremerConfig: Reorganise the arguments for COPY_FILES
2024-07-10  Michael Tremerintel-microcode: Hardlink all files to save space
2024-07-10  Michael Tremercore-updates: Refactor how we package the archive
2024-07-10  Michael Tremercore-updates: Remove importing the meta file
2024-07-10  Michael Tremerflash-images: Fix typo
2024-07-10  Michael Tremermake.sh: Fix checksum generation of the toolchain once...
2024-07-10  Michael Tremermake.sh: Join compression arguments as a string
2024-07-10  Michael Tremergcc: Build libstdc++ in parallel
2024-07-10  Michael Tremergcc: Fix limits.h in first toolchain pass
2024-07-09  Michael Tremermake.sh: Use the print_line function for correct padding
2024-07-09  Michael Tremermake.sh: Don't be verbose when creating the packages dir
2024-07-09  Michael Tremermake.sh: Erase the line when resizing the screen
2024-07-09  Michael Tremermake.sh: Remove the PWD variable
2024-07-09  Michael Tremermake.sh: Refactor the terminal output
2024-07-09  Michael Tremermake.sh: Enable the timer for the toolchain, too
2024-07-09  Michael TremerConfig: Unexport lots of environment variables
2024-07-09  Michael Tremermake.sh: Always create /root in the chroot environment
2024-07-09  Michael Tremermake.sh: Fix mounting the QEMU helper binary
2024-07-09  Michael Tremermake.sh: Set PATH before entering the chroot environment
2024-07-09  Michael Tremermake.sh: Fix toolchain checksum validation
2024-07-09  Michael Tremermake.sh: Export BUILD_DIR and LOG_DIR
2024-07-09  Michael Tremermake.sh: Create the /tools symlink to the right place
2024-07-09  Michael Tremermake.sh: Pass extra options in lfsmake1
2024-07-09  Michael Tremercdrom: Fix typo
2024-07-09  Michael Tremer.gitignore: Ignore images_* directories
2024-07-09  Michael Tremerflash-images: Create the base image as a sparse file
2024-07-09  Michael Tremermake.sh: Use less aggressive compression for Zstandard
2024-07-09  Michael Tremermake.sh: Rewrite how we are looking for rootfiles
2024-07-09  Michael Tremerflash-images: Don't mess with depmod
2024-07-09  Michael Tremerimages: Ensure that all mount points are created
2024-07-09  Michael Tremermake.sh: Drop stripping
2024-07-09  Michael Tremermake.sh: Correctly pass ZSTD_OPT
2024-07-09  Michael Tremermake.sh: Use --long for Zstandard compression
2024-07-09  Michael Tremerflash-images: Collect files again instead of relying...
2024-07-09  Michael Tremerflash-images: There is no need to for the mount check...
2024-07-09  Michael TremerConfig: Create common functions to create archives
2024-07-09  Michael Tremercdrom: Fix syntax error
2024-07-09  Michael Tremerarchive.files: Make this slightly more efficient
2024-07-09  Michael TremerConfig: Remove debugging code
2024-07-09  Michael Tremermake.sh: Create Core Update packages, too
2024-07-09  Michael Tremermake.sh: Create loop devices as block devices
2024-07-09  Michael Tremermake.sh: Don't drop into the lfs/ directory when enteri...
2024-07-09  Michael Tremermake.sh: Refactor building packages
2024-07-09  Michael Tremermake.sh: Simplify the initial configuration a little...
2024-07-09  Michael Tremermake.sh: Change execute() so that it can be used outsid...
2024-07-09  Michael Tremermake.sh: Use the new package function to download sources
2024-07-09  Michael Tremermake.sh: tail on the preparation log file, too
2024-07-09  Michael Tremermake.sh: Explicitely download packages when building...
2024-07-09  Michael Tremermake.sh: Don't revalidate the images all the time
2024-07-09  Michael Tremermake.sh: Refactor the execute function
2024-07-09  Michael Tremermake.sh: Create a large unified function to run commands
2024-07-09  Michael Tremercdrom+flash-images: Write images to the images directory
2024-07-09  Michael Tremermake.sh: Split environment and make variables
2024-07-09  Michael Tremermake.sh: Call the correct target for checksum check
2024-07-09  Michael Tremermake.sh: Bind-mount the QEMU helper instead of copying...
2024-07-09  Michael Tremermake.sh: Install the QEMU helper only once
2024-07-09  Michael Tremermake.sh: Pass variables before the commands
2024-07-09  Michael Tremermake.sh: Correctly pass the command return code in...
2024-07-08  Michael Tremerflash-images: No need to sleep for automount any more
2024-07-08  Michael Tremermake.sh: Create and mount and images directory
2024-07-08  Michael Tremermake.sh: Add a tail command to stream any logs
2024-07-08  Michael Tremermake.sh: Pass on individual build arguments
2024-07-08  Michael Tremermake.sh: Don't generate any documentation in the source...
2024-07-08  Michael Tremermake.sh: Kill all child processes if unshare terminates
2024-07-08  Michael Tremermake.sh: Update the runtime after the interrupt
2024-07-08  Michael Tremermake.sh: Build the entire distribution in one go
2024-07-08  Michael Tremermake.sh: Fix indentation
2024-07-08  Michael Tremermake.sh: Move a comment to where it should be
2024-07-08  Michael Tremermake.sh: Launch the timer only when we need it
2024-07-08  Michael Tremermake.sh: Have the background timer update the process...
2024-07-08  Michael Tremermake.sh: Create a timer co-process
2024-07-08  Michael Tremermake.sh: Don't export loads of variables in the main...
2024-07-08  Michael Tremermake.sh: Don't mess with Bash's command hashing
2024-07-08  Michael Tremermake.sh: Refactor downloading sources
2024-07-08  Michael Tremermake.sh: run_command: Fix basedir in and outside the...
2024-07-08  Michael Tremermake.sh: Disconnect standard input from make commands
2024-07-08  Michael Tremermake.sh: Move download and check to lfsmake2 and out...
2024-07-08  Michael Tremermake.sh: Add --quiet to run_command
2024-07-08  Michael Tremermake.sh: Allow run_command to execute multiple actions...
2024-07-08  Michael Tremermake.sh: Move lfscommoncheck out of run_command
2024-07-08  Michael Tremermake.sh: Remove some dead code
2024-07-08  Michael Tremermake.sh: Show total runtime of commands after they...
2024-07-08  Michael Tremermake.sh: Add helper function to run a make command
2024-07-08  Michael Tremermake.sh: Fix checking if we have a fake environment
2024-07-08  Michael TremerConfig: Drop toolchain URL
2024-07-08  Michael Tremermake.sh: Refactor uploading sources
2024-07-08  Michael Tremermake.sh: Make the disk space check optional
2024-07-08  Michael Tremermake.sh: Mount the log directory for the correct archit...
2024-07-08  Michael Tremermake.sh: Refactor compression the toolchain
next