Opened 13 years ago

Closed 13 years ago

#3038 closed defect (fixed)

Portfolio .gitignore file interfering with Pootle commit

Reported by: cjl Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Portfolio Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

The presence of po/* in the .gitignore file:
http://git.sugarlabs.org/portfolio/portfolio/blobs/master/.gitignore

is preventing the commit of L10n files from Pootle:

Error message from Pootle "Commit to VCS" attempt

Failed to commit file: [GIT] add of ('/var/lib/pootle/checkouts/honey/portfolio', 'po/en.po') failed: The following paths are ignored by one of your .gitignore files: po/en.po Use -f if you really want to add them. fatal: no files added

Change History (2)

comment:1 Changed 13 years ago by walter

I presume that removing po/ from .gitignore will take care of the problem.

http://git.sugarlabs.org/portfolio/portfolio/commit/5a5da37f9b183459e391f8e9f7ab58e7d3fdd7ee

I suspect that this problem is more widespread than just Portfolio.

comment:2 Changed 13 years ago by cjl

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.