Ticket #476 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

downloads.openmoko.org tarballs require git-1.4.4 or higher

Reported by: autobuild-reports@… Owned by: mickey@…
Priority: high Milestone:
Component: Autobuilds / Snapshots Version: unspecified
Severity: normal Keywords:
Cc: laforge@…, buglog@… Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

The package failed to build at 20070416220004

Change History

comment:1 Changed 6 years ago by freyther@…

Okay I have looked into the issue and git-core 1.5 and 1.4.3 do not have a compatible file format. For
uboot-gta the file is fetched from wget http://downloads.openmoko.org/sources/git_www.denx.de.git.u-
boot.git..tar.gz

If you untar it and issue git pull depending on your version of git-core you will see:
fatal: corrupted pack file .git/objects/pack/pack-a146bcbc18f4826d6bf2a7f63be5dd77bbb5b2f5.pack

Proposed resolution:

-Only create such tarballs with the minimum version of git required.
-Remove the tarball
-Require git 1.5 and find a package for debian stable to install on the autobuilder

comment:2 Changed 6 years ago by laforge@…

  • Cc laforge@… added
  • Summary changed from uboot-gta01-1.2.0+svnnow-r4_8048cdd56f04a756eeea4951f402bf5cc33785db_0_1764-do_fetch to downloads.openmoko.org tarballs require git-1.4.4 or higher

JFYI: the version difference was actually 1.4.4 and 1.4.3.

Removing the tarball is not really an option, since they get automatically
publicized there. This would mean that we'd have to have some blacklist of
files, maintained manually, that can not be put on downloads.openmoko.org

so while i'm not happy with it, the current solution was to update to git-1.4.4
on buildhost-old.openmoko.org (the autobuilder).

Leaving this bug open until we see better solutions coming up.

comment:3 Changed 6 years ago by freyther@…

I have restarted the autobuilds after conforming that the installed version (1.4.4.3) is able to pull.

comment:4 Changed 6 years ago by mickey@…

  • Status changed from new to closed
  • Resolution set to fixed

closing

Note: See TracTickets for help on using tickets.