Skip to content

Commit

Permalink
Remove use-new-rpm-repo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
freva committed Jan 28, 2025
1 parent 15df52d commit e520d32
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,6 @@ public class Flags {
"Takes effect at next tick",
INSTANCE_ID);

public static final UnboundBooleanFlag USE_NEW_RPM_REPO = defineFeatureFlag(
"use-new-rpm-repo", true,
List.of("freva"), "2025-01-15", "2025-02-01",
"Install host packages from the new RPM repository",
"Takes effect at next tick or next provisioning");

public static final UnboundListFlag<String> OTELCOL_LOGS = defineListFlag(
"otelcol-logs", List.of(), String.class,
List.of("olaa"), "2024-01-15", "2025-02-01",
Expand Down

0 comments on commit e520d32

Please sign in to comment.