Actions
User story #7167
closedPut ncf/ncf_hash_file in .gitignore
Status:
Released
Priority:
N/A
Assignee:
Category:
System integration
Target version:
Effort required:
Name check:
Fix check:
Regression:
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).
Updated by Dennis Cabooter about 9 years ago
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"
Updated by Jonathan CLARKE almost 9 years ago
- 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
Updated by Jonathan CLARKE almost 9 years ago
- 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
Updated by Jonathan CLARKE almost 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|f6cc4e75e63afeb319db9e348db622e29bee9b36.
Updated by Benoît PECCATTE almost 9 years ago
Applied in changeset rudder-packages|4e31f6e12fe3676ba00bfac5c9cb69778c0b2571.
Updated by Jonathan CLARKE almost 9 years ago
- Related to User story #6639: Add shared-files to .gitignore added
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.2.0~beta1 which was released today.
Actions