Skip to content

Commit

Permalink
specify custom repo fake scc id
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Feb 6, 2025
1 parent 39596a5 commit 54daf1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/code/src/com/suse/manager/hub/HubManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ public class HubManager {

private static final String ROOT_CA_FILENAME_TEMPLATE = "%s_%s_root_ca.pem";

/**
* A Hub deliver custom repositories via organization/repositories SCC endpoint.
* We need a fake repo ID for it.
*/
public static final Long CUSTOM_REPO_FAKE_SCC_ID = Long.MIN_VALUE;

/**
* Default constructor
*/
Expand Down

0 comments on commit 54daf1f

Please sign in to comment.