trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2013

Updating GIT tag for v3.5.13.2

From: Slávek Banko <slavek.banko@...>
Date: Sun, 9 Jun 2013 18:21:18 +0200
Hi all.

If you are using GIT, you probably noticed last week a new tag v3.5.13.2. 
Unfortunately, shortly after tagging modules we found several FTBFS with 
newer versions of the distributions. For this reason, it was on a few 
modules tag removed, pushed a few patches and created a new tag.

If you got the wrong tag, and want the new one, please delete the old one 
and fetch the new one. It is necessary to do it for each of affected 
module by doing:

    git tag -d v3.5.13.2
    git fetch origin tag v3.5.13.2

Or, more simplty, collectively for all modules:

    git submodule foreach "git tag -d v3.5.13.2; git pull"

The affected modules are:

    main/libraries/libkipi
    main/libraries/libksquirrel
    main/applications/bibletime
    main/applications/gwenview
    main/applications/kaffeine-mozilla
    main/applications/kbfx
    main/applications/kchmviewer
    main/applications/koffice
    main/applications/kvirc

Sorry for the inconvenience.

Slavek