|
Bugzilla – Full Text Bug Listing |
| Summary: | yast repostitory view, editor doesn`t apply repo name changes on all places | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Forgotten User 7pwnVrOCb1 <forgotten_7pwnVrOCb1> |
| Component: | YaST2 | Assignee: | E-mail List <yast2-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | package versions of yasgt and zypp | ||
|
Description
Forgotten User 7pwnVrOCb1
2008-08-19 19:04:13 UTC
Created attachment 234217 [details]
package versions of yasgt and zypp
package list
You must distinguish between repository alias and repository name. In the example: [test_repository_name_change] <============== this is the alias name=test_repository_name_change__FAILED <=== this is the name Name is long repository name (a descriptive string). Alias is a unique short repository name used for identifying the repository (that's why it must be unique). And it's used in zypper so the user does not need to write very long names. Yast uses name string only, alias is hidden from user point of view. The package manager (libzypp) uses alias for persistent storage (package and metadata cache). So if you want to keep packages in test_repository_name_change subdirectory you have to change the alias. A typo, the last paragraph should be: So if you want to keep packages in test_repository_name_change__FAILED subdirectory you have to change the alias. |