Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#17937 closed defect (duplicate)

github bridge broken

Reported by: anonymous Owned by: simon04
Priority: normal Milestone:
Component: Git mirror Version:
Keywords: Cc:

Description

The github bridge at https://github.com/openstreetmap/josm seems to be broken as it didn't receive any update from May 25th.

I need to use the github repo because the subversion sources use unpinned sub-repositories, which create unverifiable (unstable) sources downloads. Thank you for your hard work!

Attachments (0)

Change History (6)

comment:1 by anonymous, 5 years ago

Component: CoreGit mirror
Owner: changed from team to simon04

comment:2 by Don-vip, 5 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #6887.

comment:3 by Don-vip, 5 years ago

Mirror is an unsupported (best-effort) feature. SVN latest always build. If you really need old source snapshots, you can use Debian ones for example.

comment:4 by anonymous, 5 years ago

thanks, but I don't need old source snapshots, I need stable ones (whose sha256 hash don't change every two days or so) :) Since externals are not fixed at any revision, I will always get a different source when I fetch again a few days latter.

Anyway, I understand it's only a best-effort, so take your time to fix this. I hope you'll switch to Git soon enough ;)

in reply to:  4 comment:5 by stoecker, 5 years ago

Replying to anonym:

thanks, but I don't need old source snapshots, I need stable ones (whose sha256 hash don't change every two days or so) :) Since externals are not fixed at any revision, I will always get a different source when I fetch again a few days latter.

SVN has a time feature: svn up -r {date}. Simply access SVN reposity not with the revision, but with the date (and time) of a revision. If you need it exact: JOSM builds are done 3:30 CEST.

Example: "-r {2018-07-20}" or to get exactly last tested: svn up -r "{2019-07-10T03:30+02:00}"

comment:6 by stoecker, 5 years ago

P.S. Build time can be found in MANIFEST of released JAR files. This works also for hotfixes, which may not be build at 3:30.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain simon04.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.