← Back to team overview

gephi.team team mailing list archive

Launchpad: translations branch has not been set up.

 

Hello,

There was a problem with translations branch synchronization for
Gephi 0.8 series.

Branch synchronization for this release series has been set up to commit
translations snapshots to the bzr branch at lp:~gephi.team/gephi/0.8-translations.

That branch does not appear to have been pushed to Launchpad yet.
Please create a branch on your own system that matches your needs, and
then push it to Launchpad using "bzr push lp:~gephi.team/gephi/0.8-translations".

You'll need the bzr tool.  If all you want is an empty branch for the
translations to go into, you can create one using the following command
lines:

    bzr launchpad-login USERNAME

Instead of USERNAME, type your Launchpad login name.  Then:

    bzr init translations-export
    cd translations-export
    bzr commit --unchanged -m "Translations branch."
    bzr push lp:~gephi.team/gephi/0.8-translations

This will create an empty branch on Launchpad.  It should be updated
with translations within the day.  You can update the branch on your
system with the latest changes on Launchpad by going back into the
translations-export directory and typing this command:

    bzr pull --remember lp:~gephi.team/gephi/0.8-translations

More extensive help can be found at

    https://help.launchpad.net/Code

--
Automatic message from Launchpad.net.