Opened 12 years ago
Closed 12 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 12 years ago by walter
comment:2 Changed 12 years ago by cjl
- Resolution set to fixed
- Status changed from new to closed
Commit from Pootle works now:
en_US
http://git.sugarlabs.org/portfolio/portfolio/commit/c217d7f02a700dfa1c5b90994a7d63ff71718df7
da
http://git.sugarlabs.org/portfolio/portfolio/commit/237b7ba3512d6e240fdf548d7f1b5316b88b5e72
es
http://git.sugarlabs.org/portfolio/portfolio/commit/cd92798e85ca285df34cf55469b373b6f1f58957
I have not encountered this error with any other activity (that is set up in Pootle), but I will keep an eye out for it.
Closing as fixed.
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.