I never understood the zip file naming on viewgit and therefore prefere to pull the sources directly with git from the repository at git://opensimulator.org/git/opensim.
I name my zips as follows: opensim-<version>-dev-<xxxxxxx>.zip opensim-<version>-dev-<xxxxxxx>-source.zip <version> is the 4 digit version number, <xxxxxxx> are the first 7 hex-characters from the commit ID. Linux versions will be .tar.gz instead of .zip. Example: opensim-0.8.3.0-dev-36f7e96.zip or opensim-0.8.3.0-dev-36f7e96-source.zip if I archive the sources. This provides enough information and contains the same information I get with the show version console command. However, it is not always easy to figure out what the correct version is. The current git tag is 0.9.0. There was a 0.8.3.0-dev before 0.8.2.0-rc1 was officially out etc. To me, sometimes confusing :) On Wed, Nov 18, 2015 at 6:40 PM, Ai Austin <[email protected]> wrote: > > From: GarminKawaguichi <[email protected]> >> I agree the right place is: >> http://opensimulator.org/viewgit/?a=shortlog&p=opensim >> but we need to have both tar/zip correctly referenced to match the commit; >> 0.6.9.rc1 I don't know what it is but 0.8.3 I understand that >> and if it is possible date/time and the short commit ID to correctly >> sort the archived masters. >> Now I use opensim_20151117_0900_geab427e but I would prefer to use a >> label recognized by all. >> > > > The .zip and .tar files have recently been just of format "opensim-" > followed by the first 7 characters of the commit ID. E.g.... > > opensim-c4d225e.zip > > Like you Garmin, when I download the sources from the above ViewGtit > location to do a new build I usually add the commit yyyy-mm-dd-hh-mm to > that locally to help in version control. I used also to add the previously > displayed linear sequence r/ddddd number which used to be handy but was > removed a month or two ago as it was causing dev problems. > > The problem just now though seems to be that the Viewgit web page zi and > ./tar download links is adding the extra very "0.6.9.rc1-ddddd-" part in > the download file name. E.g. the source zip link of the latest version > today on http://opensimulator.org/viewgit/?a=shortlog&p=opensim is named.. > > opensim-0.6.9.rc1-16011-g6dafce9.zip > > > > > > > _______________________________________________ > Opensim-dev mailing list > [email protected] > http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev >
_______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
