Project

General

Profile

Actions

User story #7167

closed

Put ncf/ncf_hash_file in .gitignore

Added by Dennis Cabooter over 8 years ago. Updated over 8 years ago.

Status:
Released
Priority:
N/A
Category:
System integration
Target version:
UX impact:
Suggestion strength:
User visibility:
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).


Subtasks 2 (0 open2 closed)

Bug #7486: Debian package won't build due to use of dh_install -mReleasedBenoît PECCATTE2015-11-26Actions
Bug #7487: Bad syntax for dh_installReleasedBenoît PECCATTE2015-11-27Actions

Related issues 1 (0 open1 closed)

Related to Rudder - User story #6639: Add shared-files to .gitignoreRejectedBenoît PECCATTE2015-05-21Actions
Actions #1

Updated by Dennis Cabooter over 8 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"
Actions #2

Updated by Jonathan CLARKE over 8 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
Actions #3

Updated by Jonathan CLARKE over 8 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
Actions #4

Updated by Jonathan CLARKE over 8 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #6

Updated by Jonathan CLARKE over 8 years ago

Actions #7

Updated by Vincent MEMBRÉ over 8 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

Also available in: Atom PDF