Skip to content

Commit

Permalink
Remove upstart from bolt configs (#828)
Browse files Browse the repository at this point in the history
Completes work started in #814
  • Loading branch information
op-ct authored May 29, 2022
1 parent ad56d84 commit 866d3a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion build/distributions/CentOS/7/x86_64/bolt_pulp3_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ SIMP:
- name: pupmod-simp-tpm
- name: pupmod-simp-tpm2
- name: pupmod-simp-tuned
- name: pupmod-simp-upstart
- name: pupmod-simp-useradd
- name: pupmod-simp-vnc
- name: pupmod-simp-vox_selinux
Expand Down
7 changes: 3 additions & 4 deletions build/distributions/CentOS/8/x86_64/bolt_pulp3_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,11 @@ postgresql:
- name: postgresql96-server

SIMP:
# FIXME: using /experimental/ during 6.6.0 EL8 development; change to latest when ready to release:
# FIXME: using /github/ during 6.6.0 EL7 development; change to /latest/ when ready to release:
#
# url: https://download.simp-project.com/SIMP/yum/releases/latest/el/8Server/x86_64/simp/
# url: https://download.simp-project.com/simp/yum/releases/latest/el/8server/x86_64/simp/
#
url: https://download.simp-project.com/simp/yum/experimental/simp6/el/8Server/x86_64/simp/
url: https://download.simp-project.com/simp/yum/github/simp6/el/8Server/x86_64/simp/
rpms:
- name: pupmod-camptocamp-systemd
- name: pupmod-herculesteam-augeasproviders_core
Expand Down Expand Up @@ -556,7 +556,6 @@ SIMP:
- name: pupmod-simp-tpm
- name: pupmod-simp-tpm2
- name: pupmod-simp-tuned
- name: pupmod-simp-upstart
- name: pupmod-simp-useradd
- name: pupmod-simp-vnc
- name: pupmod-simp-vox_selinux
Expand Down
10 changes: 5 additions & 5 deletions build/distributions/CentOS/8Stream/x86_64/bolt_pulp3_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,11 @@ postgresql:
- name: postgresql96-server

SIMP:
# NOTE: Using /unstable/ during 6.6.0 EL8 development
# Change to /latest/ for final release & ISO build!
url: https://download.simp-project.com/simp/yum/unstable/simp6/el/8Server/x86_64/simp/
# url: https://download.simp-project.com/SIMP/yum/releases/latest/el/8Server/x86_64/simp/
# FIXME: using /github/ during 6.6.0 EL8 development; change to latest when ready to release:
#
# url: https://download.simp-project.com/simp/yum/releases/latest/el/8server/x86_64/simp/
#
url: https://download.simp-project.com/simp/yum/github/simp6/el/8Server/x86_64/simp/
rpms:
- name: pupmod-camptocamp-systemd
- name: pupmod-herculesteam-augeasproviders_core
Expand Down Expand Up @@ -539,7 +540,6 @@ SIMP:
- name: pupmod-simp-tpm
- name: pupmod-simp-tpm2
- name: pupmod-simp-tuned
- name: pupmod-simp-upstart
- name: pupmod-simp-useradd
- name: pupmod-simp-vnc
- name: pupmod-simp-vox_selinux
Expand Down

0 comments on commit 866d3a6

Please sign in to comment.