| Summary: | spacewalk-common-channels ini - repository for Centos 7 i386 URL is incorrect / has changed | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | P Sorensen <pauls> |
| Component: | Server | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.4 | CC: | eherget, pstudeni |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-09-27 19:07:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1484117 | ||
|
Description
P Sorensen
2016-03-25 01:23:43 UTC
1. CentOS7 is available only for x86_64 2. Incorrect using spacewalk-repo-sync >> man spacewalk-repo-sync Synchronize single channel to a repository specified on the command line. >> spacewalk-repo-sync -c custom-channel --url=http://example.com/yum-repo/ You confuse channel with repository. At first you have to create new channel and then you can sync content of repository to created channel. Correct use: spacewalk-repo-sync -c 'name-channel' -u 'http://mirrorlist.centos.org/?release=7&arch=i386&repo=os' fix in a1d4eda75659e4ab1c27ac35090aa26d35882fc4 Spacewalk 2.7 has been released. https://github.com/spacewalkproject/spacewalk/wiki/ReleaseNotes27 |