Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not add BUILDHOST to rpm #22135

Merged
merged 6 commits into from
May 25, 2024
Merged

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented May 25, 2024

This makes build non-reproducible if building on different hosts. With the evalHostname set to false, localhost will be used instead.

See: https://github.com/ctron/rpm-builder/blob/master/src/main/java/de/dentrassi/rpm/builder/RpmMojo.java#L1331

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@wendigo wendigo requested review from electrum and martint May 25, 2024 10:04
@cla-bot cla-bot bot added the cla-signed label May 25, 2024
@wendigo wendigo requested review from findepi and losipiuk May 25, 2024 10:04
@wendigo wendigo requested a review from ebyhr May 25, 2024 10:26
wendigo added 2 commits May 25, 2024 12:44
This makes build non-reproducible if building on different hosts. With the evalHostname set to false, localhost will be used instead.

See: https://github.com/ctron/rpm-builder/blob/master/src/main/java/de/dentrassi/rpm/builder/RpmMojo.java#L1331
@wendigo wendigo force-pushed the serafin/do-not-add-hostname-to-rpm branch from 9bb9c3c to f5917e8 Compare May 25, 2024 10:44
@wendigo wendigo requested a review from kokosing May 25, 2024 18:22
@wendigo wendigo force-pushed the serafin/do-not-add-hostname-to-rpm branch from f5917e8 to 2ee48bd Compare May 25, 2024 20:00
@wendigo wendigo merged commit bf07785 into master May 25, 2024
33 of 54 checks passed
@wendigo wendigo deleted the serafin/do-not-add-hostname-to-rpm branch May 25, 2024 20:20
@github-actions github-actions bot added this to the 449 milestone May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants