2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-06-24 16:30:47 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Hilst a2378ba780 build: Make builds deterministic
Port SOURCE_DATE_EPOCH patterns from xcat-core to all xcat-dep build
scripts. RPM and Debian packages now produce identical output given
the same Gitepoch timestamp, regardless of build host or time.

EL (RPM) changes:
- mockbuild-all.pl: --build-timestamp flag, deterministic run_id,
  tar --sort/--owner/--group/--mtime, createrepo --revision
- All mockbuild.pl: SOURCE_DATE_EPOCH cascade (CLI > Gitepoch > git > time),
  deterministic mock config with SOURCE_DATE_EPOCH in chroot env,
  RPM macros for timestamp clamping and fixed buildhost
- goconserver: -trimpath -buildvcs=false, canonical rpmbuild path
- xnba: canonical rpmbuild path
- syslinux: ZERO_AR_DATE=1 in mock env

Ubuntu (Debian) changes:
- All make_deb.sh: SOURCE_DATE_EPOCH fallback from Gitepoch
- goconserver: deterministic SNAP_TS and changelog from epoch,
  -trimpath -buildvcs=false in debian/rules
- syslinux: -fdebug-prefix-map for path-independent debug info
- build-apt-repo.sh: gzip -n, Release Date: from SOURCE_DATE_EPOCH

Verified: 31/33 package artifacts produce identical SHA256 hashes
across independent builds. 2 syslinux sub-packages (devel,
debugsource) have known limitations from upstream build system.
2026-06-20 17:28:16 -03:00
Daniel Hilst 19c65dbec5 fix(deb): Port syslinux, elilo, grub2-xcat to modern Ubuntu toolchains
syslinux 3.86: add GCC 10+ -fcommon, GCC 15 -Wno-error flags, glibc
sysmacros.h include, vpd.c pointer fix, python2 menugen skip.

elilo-xcat: three patches for GCC 15 (bool keyword, StrnCpy conflict
with gnu-efi 4.0) and binutils 2.46 (objcopy efi-app format removed).
Bump debhelper compat 5→10, fix changelog maintainer emails.

grub2-xcat: bump DH_COMPAT 5→8, add make_deb.sh.
2026-06-20 17:28:16 -03:00
Daniel Hilst Selli c47315a138 fix: Fix build for goconserver grub2-xcat and syslinux
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
2026-04-14 11:04:46 -03:00
Daniel Hilst Selli fdf8393a2b fix: Add scripts & patches for building in mock for EL10
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
2026-03-13 07:20:46 -03:00
xq2005 bb3e2fbc6d change the Maintainer to xCAT when building dependecy packages on ubuntu
Former-commit-id: aedd3c83a50b1ef980fb56f33fed3f5308e9b5ef
2013-06-26 07:41:45 +00:00
xq2005 13fc50eda4 do not signature the changefile and dsc file
Former-commit-id: e6847bd1520796af11931f748c547f9ef6b50a59
2013-02-20 08:47:00 +00:00
hamzy 381963c39e error: can't build with source format '3.0 (quilt)': no orig.tar file found
Former-commit-id: 4fc90fffde1410d330d2a79695641af4f92c16bc
2011-05-10 19:03:31 +00:00
hamzy bf08ce086d This is the first draft of building packages under Debian
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
2011-05-03 20:29:30 +00:00
jbjohnso 8cb6c1268c -Fix problem where mboot.c32 wasn't actually compiled making patch ineffective
Former-commit-id: ed19f29f2d23b4c7844645ee735aeef3fb8f7c5f
2010-05-15 11:46:25 +00:00
jbjohnso 01e058e193 -Clean up patch and update spec file
Former-commit-id: 4c750397cab1657c9054a4404f7192f8810e343b
2010-05-15 01:22:44 +00:00
jbjohnso 7f34c5b619 -Add newer syslinux base
Former-commit-id: 9bc32e80b2b22ed2f426f61f1c49173919d48517
2010-05-15 01:09:38 +00:00
jbjohnso 2d8c0d85e4 -Patch to allow primarynic autodetect on stateless esxi
Former-commit-id: 9eab9bac8651ecf6667e31a7a04dc84ccfbab019
2010-05-14 21:13:14 +00:00
jbjohnso b9d2a5d1d5 -Move the rpm target to a directory in xcat, for xcat to move as appropriate later 2009-07-09 21:01:32 +00:00
jbjohnso b611322ea4 -Produce an arch-independent rpm to install since the binaries are not executed by the system that this rpm is installed to 2009-07-09 20:56:57 +00:00
jbjohnso 9e87c3a589 -Add source/spec file to build prerequisite syslinux enhancements to aid the 2.3 boot strategy 2009-07-09 20:44:06 +00:00