[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[savannah-help-public] [sr #109662] savane - build modifies tracked po/*
From: |
Andrew Janke |
Subject: |
[savannah-help-public] [sr #109662] savane - build modifies tracked po/*.po files |
Date: |
Thu, 28 Mar 2019 16:22:47 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36 |
URL:
<https://savannah.nongnu.org/support/?109662>
Summary: savane - build modifies tracked po/*.po files
Project: Savannah Administration
Submitted by: apjanke
Submitted on: Thu 28 Mar 2019 04:22:46 PM EDT
Category: None
Priority: 5 - Normal
Severity: 2 - Minor
Status: None
Assigned to: None
Originator Email:
Operating System: Mac OS
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
After doing a successful build from a clean checkout of the savane repo, some
of the tracked files in po/ are modified.
[savane2] $ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
[savane2] $ (./bootstrap && ./configure && make ) &> ../build.log
[savane2] $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: po/ca.po
modified: po/de.po
modified: po/es.po
modified: po/fr.po
modified: po/it.po
modified: po/ja.po
modified: po/pt_BR.po
modified: po/ru.po
modified: po/sv.po
Untracked files:
(use "git add <file>..." to include in what will be committed)
lib/MYMETA.json
lib/MYMETA.yml
no changes added to commit (use "git add" and/or "git commit -a")
[savane2] $ git diff > ../po-files-changed-during-build.diff
[savane2] $
Should these modifications be checked back into the repository? Or are these
actually derived files that should be .gitignored? Or...?
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/support/?109662>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [savannah-help-public] [sr #109662] savane - build modifies tracked po/*.po files,
Andrew Janke <=