Excerpts from Albert Astals Cid's message of Sat Jun 06 15:27:21 +0200 2009: > > Total fail :-/ > > ftp://ftp.l10n.kde.org/logs/090606.trunk_l10n-kde4 > > * The git log should not be there
git clone should be passed the $SVNQUIETFLAG on line 73 of update_translations > * cat: /home/cvs/prod/git/kde-qt/.git/refs/heads/master: No such file or > directory > Inside /home/cvs/prod/git/kde-qt/.git/refs/heads/ there is > 4.5.1 4.5.1-patched notsafe/ origin patches/ It would make sense to use "git clone --no-checkout", since the master branch may not exist (it doesn't in kde-qt), and since right after the clone, we're doing a "git reset --hard" to the branch we want. > * Usage: /usr/bin/git-clean [-d] [-n] [-q] [-x | -X] [--] <paths>... "git clean -f" was added in v1.5.3.5-14-g562ca19, previously just "git clean" would clean the workdir, nowadays -f is required. > Usage: /usr/bin/git-reset [--mixed | --soft | --hard] [<commit-ish>] Not sure about this one > the l10n server is using git version 1.4.4.4 that is what debian provides. That's pre-historic, especially in Git terms. I would not bother supporting any git that old. > Albert _______________________________________________ Kde-scm-interest mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-scm-interest
