User story #7167
closed
Put ncf/ncf_hash_file in .gitignore
Added by Dennis Cabooter about 9 years ago.
Updated almost 9 years ago.
Category:
System integration
Description
The title says it all. :) Everytime I do a git status I get the following message:
root@example:/var/rudder/configuration-repository# git status | grep mod
# modified: ncf/ncf_hash_file
Please put ncf/ncf_hash_file in .gitignore (which currently doesn't exist).
Since .gitignore only works for untracked files and ncf/ncf_hash_file is added to the repository, perform the following tasks:
root@example:/var/rudder/configuration-repository# echo ncf/ncf_hash_file > .gitignore
root@example:/var/rudder/configuration-repository# git rm --cached ncf/ncf_hash_file
rm 'ncf/ncf_hash_file'
root@example:/var/rudder/configuration-repository# git commit -m "Added ncf/ncf_hash_file to newly created .gitignore file"
- Tracker changed from Bug to User story
- Category set to System integration
- Status changed from New to In progress
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
- Target version set to 3.2.0~beta1
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/812
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Also available in: Atom
PDF