On Mon, 5 Oct 2020 19:13:53 -0500 DJ Lucas via blfs-support <[email protected]> wrote:
> On 10/5/2020 3:59 PM, Scott Andrews via blfs-support wrote: > > I believe this to be an error in install_initd.py > > > > This is done twice: > > if not os.path.exists(initfile): > > It is. Thanks. > > https://github.com/djlucas/LSB-Tools/commit/9ea68602f9a397280fc3808699e25bb9feb78216>.tar > > --DJ > > Can you tag this so I can use that to create a tarball using that tag instead of using the commit hash in the filename? LSB-Tools-<tag>.tar.xz is bit better than LSB-Tools.9ea68602f9a397280fc3808699e25bb9feb78216.tar.xz. It isn't much better to use the short hash either. I started using the date to tag my releases so they would look like HomeBrewLinux-2020.10.05.tar.xz or HomeBrewLinux.20201005.tar.xz. I like the latter one the best as it doesn't have collisions and I don't need to use Epoch (rpm packaging). You can tell instantly how old each revision is, as it is just the date. git tag then gives me a bit/list/history ordering it by date. Thanks -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
