Skip to content

Commit

Permalink
update OES test URL to something more recent
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Aug 28, 2023
1 parent a140967 commit 98c4a9a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ public class ContentSyncManager {
* repos that are served directly from NCC instead of SCC.
*/
public static final String OES_CHANNEL_FAMILY = "OES2";
private static final String OES_URL = "https://nu.novell.com/repo/$RCE/" +
"OES11-SP2-Pool/sle-11-x86_64/";
private static final String OES_URL = "https://nu.novell.com/repo/$RCE/OES2023-Pool/sle-15-x86_64/";

// Static JSON files we parse
private static File upgradePathsJson = new File(
Expand Down

0 comments on commit 98c4a9a

Please sign in to comment.