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

fix cron.daily scripts in build config #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rstory
Copy link

@rstory rstory commented Feb 16, 2022

  • test repo script had same name as regular repo
  • cp-repo-file thus overwrote regular repo script
  • rename test repo ripe-atlas-repo.daily to ripe-atlas-repo-test.daily
  • update ripe-atlas-repo-test.spec to use renamed file
  • also install with new file name so both repos can be installed
    at the same time

- test repo script had same name as regular repo
- cp-repo-file thus overwrote regular repo script
- rename test repo ripe-atlas-repo.daily to ripe-atlas-repo-test.daily
- update ripe-atlas-repo-test.spec to use renamed file
- also install with new file name so both repos can be insalled
  at the same time
@PhilipHomburg
Copy link
Collaborator

It is intentional that the test repo and the regular repo cannot be installed at the same time. It is meant to be either of them. What purpose do you have to install both at the same time?

@rstory
Copy link
Author

rstory commented Mar 7, 2022

I don't want to install both. The primary purpose of this patch is to fix the cron.daily script for the non-testing repo. Having the installed config file name match the package name just seemed like best practice to me, but isn't necessary.

Also, If they are meant to be mutually exclusive, then each spec file should have a Conflicts line listing the other package.

@michel-stam
Copy link
Contributor

Hi @rstory

The cron.daily script has been removed from the package because it would prevent us from providing a package in RHEL or similar. These do not allow packages to update themselves.

This is in effect as of 5080.

regards,

Michel

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.

3 participants