diff options
author | Norbert Preining <preining@logic.at> | 2010-06-08 15:32:08 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-06-08 15:32:08 +0000 |
commit | d756f5a8820bee5d6cea5bd8542be511fe5443bf (patch) | |
tree | fc99d9cca8288e7b746c23639c60f03f0b8a21e2 /Master | |
parent | 932a737128676fa2178c5b6ac3892df09ccbf201 (diff) |
do not include the .tlpsrc file in the recomputation of the revision
of .ARCH packages
git-svn-id: svn://tug.org/texlive/trunk@18822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index 901f12ac575..ee07c25e9ed 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -306,7 +306,10 @@ sub create_tlpdb # since that might be much smaller, and we don't want to # update every package only because one binary for one arch # was changed - $binobj->recompute_revision ($tltree, $tltree->file_svn_lastrevision("tlpkg/tlpsrc/$f")); + # + # we do NOT use the tlpsrc file for computing the file revision + # as this is actually wrong .. + $binobj->recompute_revision ($tltree); $tldb->add_tlpobj ($binobj); } # we have to recompute the revision of the package itself |