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

chore: fix backfill-redis Makefile target #1685

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

lance
Copy link
Contributor

@lance lance commented Sep 15, 2023

This commit makes a minor change to the Makefile's backfill-redis target to output a binary named backfill-redis, fixing what was probably a simple copy/paste error when the target was introduced.

Fixes: #1684

Summary

The backfill-redis Makefile target outputs a binary with the name rekor-server instead of backfill-redis.

Release Note

NONE

Documentation

NONE

This commit makes a minor change to the Makefile's `backfill-redis`
target to output a binary named `backfill-redis`, fixing what was
probably a simple copy/paste error when the target was introduced.

Signed-off-by: Lance Ball <lball@redhat.com>
@lance lance requested a review from a team as a code owner September 15, 2023 17:55
lance added a commit to lance/rekor that referenced this pull request Sep 15, 2023
This commit adds a Dockerfile for building a `backfill-redis` image,
which should be used periodically to ensure that redis contains the
complete rekor log.

The patchfile is required due to this upstream issue:

sigstore#1685

Once that pull request has been merged, we'll need to remove the
patchfile from `main` but not from the `midstream-v1.2.2` branch unless
it is backported upstream.

Signed-off-by: Lance Ball <lball@redhat.com>
lance added a commit to securesign/rekor that referenced this pull request Sep 15, 2023
This commit adds a Dockerfile for building a `backfill-redis` image,
which should be used periodically to ensure that redis contains the
complete rekor log.

The patchfile is required due to this upstream issue:

sigstore#1685

Once that pull request has been merged, we'll need to remove the
patchfile from `main` but not from the `midstream-v1.2.2` branch unless
it is backported upstream.

/cherry-pick midstream-v1.2.2

Signed-off-by: Lance Ball <lball@redhat.com>
lance added a commit to securesign/rekor that referenced this pull request Sep 15, 2023
This commit adds a Dockerfile for building a `backfill-redis` image,
which should be used periodically to ensure that redis contains the
complete rekor log.

The patchfile is required due to this upstream issue:

sigstore#1685

Once that pull request has been merged, we'll need to remove the
patchfile from `main` but not from the `midstream-v1.2.2` branch unless
it is backported upstream.

/cherry-pick midstream-v1.2.2

Signed-off-by: Lance Ball <lball@redhat.com>
@bobcallaway bobcallaway enabled auto-merge (squash) September 15, 2023 21:29
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #1685 (603d532) into main (2c202c8) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1685      +/-   ##
==========================================
+ Coverage   66.84%   66.88%   +0.03%     
==========================================
  Files          88       88              
  Lines        8850     8850              
==========================================
+ Hits         5916     5919       +3     
+ Misses       2231     2229       -2     
+ Partials      703      702       -1     
Flag Coverage Δ
e2etests 48.91% <ø> (ø)
unittests 47.62% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@bobcallaway bobcallaway merged commit 9df8997 into sigstore:main Sep 15, 2023
14 checks passed
@github-actions github-actions bot added this to the v1.2.2 milestone Sep 15, 2023
lance pushed a commit to securesign/rekor that referenced this pull request Sep 20, 2023
Just a small pr to remove the 0002-makefile.patch as
sigstore#1685 was merged meaning its not
needed anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The backfill-redis Makefile target outputs rekor-server binary
2 participants