Hi all,
When I run 'tx push -s' in the install-guide working tree, I get warning
message for each resource like this:
(f16>)$ tx push -s
Pushing translations for resource
fedora-install-guide.Adding_Partitions-section-2-ilist-1-litem-1:
You don't seem to have a proper source file mapping for resource
fedora-install-guide.Adding_Partitions-section-2-ilist-1-litem-1. Try
without the --source option or set a source file first and then try again.
The corresponding config in .tx/config is as below:
[fedora-install-guide.Adding_Partitions-section-2-ilist-1-litem-1]
file_filter = <lang>/Adding_Partitions-section-2-ilist-1-litem-1.po
source = pot/Adding_Partitions-section-2-ilist-1-litem-1.pot
source_lang = en
I suspect that the line begin with 'source =' should be 'source_file =',
but I am not sure.
Another question: currently there are 871 pot files in f16 branch. It
means that there should be 871 resources of install-guide on transifex.
But now there are only 51 (from 'tx status' output). How should we set
up to allow all pot files to appear on transifex?
Besides, Adding_Partitions-section-2-ilist-1-litem-1 and several similar
on transifex do not have corresponding pot file in working tree.
Anything wrong here?
--
alick
Fedora 16 (Verne) user
https://fedoraproject.org/wiki/User:Alick
Hi docs folks,
I think I have got a tough jouney to publish zh-CN translation of
install guide.
In the install-guide working directory, I want to install the book and
get these error messages:
(f16>)$ publican install_book --site_config ../web/homepage.cfg --lang
zh-CN
DEBUG: Publican: config loaded
ERROR: bogus entry found in DB:
zh-TW/Fedora/12/pdf/Installation_Quick_Start_Guide
ERROR: bogus entry found in DB: zh-TW/Fedora/12/pdf/Virtualization_Guide
Then I cd to my local copy of website dir, look into the directory
`publish_html/zh-TW/Fedora/12/`. No pdf subdirectory there indeed, let
alone the two guide mentioned in the error messages.
I think the fedoradocs.db might need manual fix, so I create a 'fix-db'
branch, and manually delete bogus entries in the db:
(fix-db)$ sqlite3 fedoradocs.db
SQLite version 3.7.7.1 2011-06-28 17:39:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from books where language = 'zh-TW' and version = 12
and format = 'pdf' ;
sqlite> delete from books where language = 'zh-TW' and version = 12
and format = 'pdf' ;
sqlite> .exit
After that, a rerun of publican install_book seems fine.
So am I right of the manual operation? I have skimmed the list archives
and find the similar error reported and later fixed. But I don't know
how it was fixed.
--
alick
Fedora 16 (Verne) user
https://fedoraproject.org/wiki/User:Alick
This is an automated message to remind you that we will be meeting at 9 AM EST (1400 UTC) in #fedora-meeting. Unless we've previously agreed that we will not be meeting today.
On Fri, Feb 03, 2012 at 05:59:00PM +0100, Nicola Soranzo wrote:
> Il giorno ven, 03/02/2012 alle 09.47 -0600, Ian Weller ha scritto:
> > On Fri, Feb 03, 2012 at 02:44:55PM +0100, Nicola Soranzo wrote:
> > > - python-apipkg, review request https://bugzilla.redhat.com/652034
> >
> > Just looked a little bit more and it looks like python-py is bundling
> > this from upstream, and that's not okay either :) So I'll add that
> > review request to the list and also note that I need to submit a bug
> > against python-py to unbundle apipkg.
>
> It looks like that both apipkg and py are maintained by the same guy
> (Holger Krekel):
>
> http://bitbucket.org/hpk42/apipkg
> https://bitbucket.org/hpk42/py
>
> apipkg is probably just a subset of py.
I'm going to ask upstream if apipkg is updated properly in py, and then
ask the python-py maintainer to add a Provides: python-apipkg. And then
close the python-apipkg review request assuming that all goes through
just fine.
Or maybe I'll ask FPC.
(This is stupid.)
--
Ian Weller <ian(a)ianweller.org>
Dear writers,
To make the location of repositories for our books consistent, the Git
repository for the Fedora Resource Management Guide has been moved from
its previous location and can now be found here:
http://git.fedorahosted.org/git/?p=docs/resource-management-guide.git
If you already have a clone of the repository on your disk, you will not
be able to pull or push any changes unless you update the URL. To do so,
get into the working directory, open the .git/config file in a text
editor of your choice, and find the following line:
url =
ssh://<fas_login>@git.fedorahosted.org/git/resource-management-guide.git
...where <fas_login> is your FAS username. Now update the URL to look
like this:
url =
ssh://<fas_login>@git.fedorahosted.org/git/docs/resource-management-guide.git
Many thanks to nb for moving this repo where it should have been in the
first place.
Cheers,
--
Jaromir Hradilek
Associate Content Author
Engineering Content Services
Red Hat Czech, s. r. o.
Purkynova 99
612 45 Brno, Czech Republic