Bug 688991
Summary: | etckeeper should not report on hard linked files in ignore list when using HG | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sjoerd Mullender <sjoerd> | ||||
Component: | etckeeper | Assignee: | Thomas Moschny <thomas.moschny> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 14 | CC: | thomas.moschny | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | etckeeper-0.53-1.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-04-17 19:18:28 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
etckeeper-0.53-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/etckeeper-0.53-1.el5 etckeeper-0.53-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/etckeeper-0.53-1.fc15 etckeeper-0.53-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/etckeeper-0.53-1.el6 etckeeper-0.53-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/etckeeper-0.53-1.fc14 etckeeper-0.53-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/etckeeper-0.53-1.fc13 Package etckeeper-0.53-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing etckeeper-0.53-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/etckeeper-0.53-1.el6 then log in and leave karma (feedback). etckeeper-0.53-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. etckeeper-0.53-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. etckeeper-0.53-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. etckeeper-0.53-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. etckeeper-0.53-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 486297 [details] fix for reported problem Description of problem: I use etckeeper with Mercurial instead of git. Each time etckeeper runs it gives the message etckeeper warning: hardlinked files could cause problems with hg: with a list of files. While this may be true, it is annoying to see the list everytime when each and every file in the list is being ignored by Mercurial. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.configure etckeeper to use mercurial 2.run yum update 3. Actual results: etckeeper warning: hardlinked files could cause problems with hg: + a list of files which are actually ignored. Expected results: Only warning about files that are *not* ignored (like what happens when you use git for etckeeper). Additional info: A minimal fix is attached.