Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: Rich on July 18, 2019, 04:41:33 PM
-
When submitqc compares a .dep file to an existing .dep file in the repo, it flags them as different if they have the same
contents but in a different order.
Cosmetic:
Line 905:
echo -ne "\n\t${YELLOW}${F}.tcz.list does not match extension content. \
The ${F} already contains .tcz, so ${F}.tcz.list expands to NAME.tcz.tcz.list.
-
Hello Rich
Interesting thanks
I’m not sure I remember how the contents were tested but an alternative approach perhaps would be to sort contents of both before testing ?
Will take a look at the issue
Sent from my iPhone using Tapatalk
-
Hi coreplayer2
Sorting would be the most straightforward way of doing it.. I was rather surprised to be informed my .dep file with 2 entries
didn't match the repo.
-
Hello Rich.
I wonder how this was discovered, the —fix switch resolved most issues I just don’t remember if that specific issue is normally fixed or is just a notification, considering the author might require deps to be loaded in a specific order.
Sent from my iPhone using Tapatalk
-
Hi coreplayer2
It's a notification. Dependencies change so you can't fix them based on previous versions of an extension.