mainSavannah Administration - Support: sr #109662, savane - build modifies tracked...

 
 

sr #109662: savane - build modifies tracked po/*.po files

Submitter:  Andrew Janke <apjanke>
Submitted:  Thu 28 Mar 2019 08:22:46 PM UTC
   
 
Category:  Savannah website Priority:  5 - Normal
Severity:  2 - Minor Status:  Wont Do
Privacy:  Public Assigned to:  ineiev
Operating System:  Mac OS Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 29 Mar 2019 04:04:28 PM UTC, comment #1: 

PO files are translations of user-visible strings; they are not derived, but gettext tools may change timestamps, rewrap lines, possibly reorder the strings.

You needn't commit them unless you actually update the respective translations.

Ineiev <ineiev>
Site Administrator
Thu 28 Mar 2019 08:22:46 PM UTC, original submission:  

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...?

Andrew Janke <apjanke>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ineiev (Posted a comment)
  • -email is unavailable- added by apjanke (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-04-23 ineiev StatusIn Progress Wont Do
        Open/ClosedOpen Closed
    2019-03-29 ineiev CategoryNone Savannah website
        StatusNone In Progress
        Assigned toNone ineiev

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code