From: Lonnie A. <li...@lo...> - 2017-08-18 16:03:16
|
On Aug 18, 2017, at 10:20 AM, Armin Tüting <arm...@tu...> wrote: > On Thu, 2017-08-17 at 10:38 -0500, Lonnie Abelbeck wrote: >> The AstLinux Project is now hosted on GitHub, both 'svn checkout' and >> 'git clone' are supported: > Thanks Loonie. > I've done a git clone and build - all works fine! > The only thing is the versioning - I'm getting 'astlinux-1.3-05163a'. > Looks a bit strange... > > ... > > Regards, > Armin. Hi Armin, thanks for taking the new GitHub repo for a spin. Yes, if you use a "git clone" for the astlinux-project/astlinux.git and build within git, the "astlinux-1.3-05163a" release includes the current git SHA1 hash "05163a" (first 6 chars), with that you can show the last included commit: -- https://github.com/astlinux-project/astlinux/commit/05163a -- Or the history of the current and previous commits: -- https://github.com/astlinux-project/astlinux/commits/05163a -- You could also "svn co https://github.com/astlinux-project/astlinux.git/trunk" and build within an SVN checkout, the same version as above will be marked as "astlinux-1.3-3360-05163a" including a SVN revision number. Your choice. Lonnie |