Commit Graph

12 Commits

Author SHA1 Message Date
Brian C. Lane
1c3dbc9548 Makefile: Add PREV support for clog
When making a new release that contains commits that have already been
merged onto c10s (but not build) running make release would result in an
empty changelog.

This adds the PREV environmental variable so that the hash of the
previous release can be used as the reference for creating the clog.

eg. PREV=ACTUALHASH make release

Where ACTUALHASH is the git hash of the commit used to make the previous
release. Usually this is one commit before the first commit you want to
include in this build.

Related: RHEL-40021
2024-06-05 15:11:02 -07:00
Brian C. Lane
3eb094df3b Makefile: Fix clog target
Needs to be based on c10s branch not c9s

Related: RHEL-22656
2024-05-22 16:14:07 -07:00
Brian Stinson
6a897839d4 - Remove shim-ia32 from the installed packages since we don't produce shim-ia32
any more. (bstinson)
2024-02-21 18:00:14 -06:00
Stephen Gallagher
5f71f3ec83
Add release-merge make target
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-04-07 10:58:49 -04:00
Stephen Gallagher
81ee746e12
Merge remote-tracking branch 'cs/c9s' into eln 2022-04-07 10:33:33 -04:00
Brian C. Lane
63d7f7ca04 Makefile: Making it easier to create releases
Related: rhbz#2071074
2022-04-05 10:15:44 -07:00
Stephen Gallagher
2f9d3b3197
First release of lorax-templates-rhel for ELN
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-05-10 10:59:44 -04:00
Brian C. Lane
634089ff19 - Update release version for RHEL 9.0
- Remove spice-vdagent (bcl)
- Initial RHEL 9 Alpha changes (bcl)
2020-10-27 09:57:53 -07:00
Brian C. Lane
606152b696 - Use smarter multipath detection logic
Resolves: rhbz#1763906
2020-05-13 14:58:34 -07:00
Brian C. Lane
57ea0e5df7 - Update package version for 8.2 release
- Drop unneeded uboot-tools, and remove iso-graft from the aarch64.tmpl
  Resolves: rhbz#1763922
- Add live iso support to s390
  Resolves: rhbz#1746424
2019-10-31 15:24:17 -07:00
Brian C. Lane
c3b73e57da - Update package version for 8.1 release
- Make sure lscpu is installed
  Resolves: rhbz#1684735
2019-03-27 10:14:24 -07:00
Will Woods
2f477626fa Add the rest of the files
...turns out you can't just have a single template file, because lorax
just picks a single directory and expects all the data it needs to be
there. Sigh.

So this adds all the rest of the files, plus some Makefile machinery for
generating a tarball and updating the specfile after you've checked in
changes. See README for details.
2018-06-18 15:32:22 -04:00