sbotools
sbotools copied to clipboard
integration sbotools + sbopkg
I'm currently trying to use sbotools with the directory to repo substituted to a symlink to sbopkg repository (actually rsync mirror).
The command used to create the link was a simple:
[/usr/sbo/]# ln -s /var/lib/sbopkg/SBo/14.2 repo
For now it is working fine, but I'm concerned with this file diff:
diff -q repo.orig/ /var/lib/sbopkg/SBo/14.2/
> Files repo.orig/SLACKBUILDS.TXT and /var/lib/sbopkg/SBo/14.2/SLACKBUILDS.TXT differ
I guess SLACKBUILDS.TXT from sbopkg includes MD5SUM and other info, while sbotools only needs name/location.
If we could integrate both better, that would be great.
Thanks
Ref.: https://github.com/sbopkg/sbopkg/issues/72