We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.: sbopkg/sbopkg#72
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
For now it is working fine, but I'm concerned with this file diff:
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.: sbopkg/sbopkg#72
The text was updated successfully, but these errors were encountered: