slackbuilds rsync have uncompressed packages
by viel from LinuxQuestions.org on (#6JJ5M)
I'm sorry if my question is obvious
After some problems with the updates of my system with Sbopkg and Slpkg, I think it had some old packages, which had changed, and they were no longer in the repository or are now in the Slackware packages. After some scripts to find these unattended packages, I have noticed that my RSYNC Slackbuilds repository has some uncompressed packages like QtiPlot.
With the objective of the aid, I have signed to the Slackbuilds list after sent them an email, but I do not know if they will answer me because I publish not a member to a list of only members and I am curious to know the reason are these packages there.
To find that uncompressed packages i grep on files that only have 2 match tar.gz and tzr.gz.asc and don't have an extracted dir or SlackBuilds or .ifo ... maybe some checks are wrong, i only check a few for now and there are old versions.
Code:beetle-supergrafx-libretro
beetle-vb-libretro
beetle-wswan-libretro
blastem-libretro
bloodcm
blueMSX-libretro
bsnes-mercury
cannonball-libretro
chocolate_duke3D
fbalpha
fmsx-libretro
gambatte-libretro
gens-gs
glPortal
gw-libretro
^C
[root@arcadia t1]# for i in $(grep .asc /opt/slackware-repositories/slackbuilds/15.0/CHECKSUMS.md5 | cut -d" " -f3 |rev | cut -d. -f4 |
cut -d/ -f1| rev) ; do if [ "$(grep $i /opt/slackware-repositories/slackbuilds/15.0/CHECKSUMS.md5 | wc -l)" == "2" ] ; then echo $i ; fi ; done | wc -l
803
[root@arcadia t1]#
Thanks in advance,
Attached Thumbnails
After some problems with the updates of my system with Sbopkg and Slpkg, I think it had some old packages, which had changed, and they were no longer in the repository or are now in the Slackware packages. After some scripts to find these unattended packages, I have noticed that my RSYNC Slackbuilds repository has some uncompressed packages like QtiPlot.
With the objective of the aid, I have signed to the Slackbuilds list after sent them an email, but I do not know if they will answer me because I publish not a member to a list of only members and I am curious to know the reason are these packages there.
To find that uncompressed packages i grep on files that only have 2 match tar.gz and tzr.gz.asc and don't have an extracted dir or SlackBuilds or .ifo ... maybe some checks are wrong, i only check a few for now and there are old versions.
Code:beetle-supergrafx-libretro
beetle-vb-libretro
beetle-wswan-libretro
blastem-libretro
bloodcm
blueMSX-libretro
bsnes-mercury
cannonball-libretro
chocolate_duke3D
fbalpha
fmsx-libretro
gambatte-libretro
gens-gs
glPortal
gw-libretro
^C
[root@arcadia t1]# for i in $(grep .asc /opt/slackware-repositories/slackbuilds/15.0/CHECKSUMS.md5 | cut -d" " -f3 |rev | cut -d. -f4 |
cut -d/ -f1| rev) ; do if [ "$(grep $i /opt/slackware-repositories/slackbuilds/15.0/CHECKSUMS.md5 | wc -l)" == "2" ] ; then echo $i ; fi ; done | wc -l
803
[root@arcadia t1]#
Thanks in advance,
Attached Thumbnails