Atoptool / atop

System and process monitor for Linux
GNU General Public License v2.0
792 stars 109 forks source link

2.9.0 release tarball missing mkdate #263

Closed Zugschlus closed 1 year ago

Zugschlus commented 1 year ago

Hi,

while preparing the package for atop 2.9.0, I noticed that the file mkdate, which is needed by the build process, is present in the git repository, but not in the release tarball:

[14/5004]mh@salida:~/packages/atop/tarballs $ curl --remote-name --location https://www.atoptool.nl/download/atop-2.9.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  281k  100  281k    0     0  2112k      0 --:--:-- --:--:-- --:--:-- 2135k
[15/5005]mh@salida:~/packages/atop/tarballs $ sha256sum atop-2.9.0.tar.gz 
bc355ebd7af3f9c6f01be2ff50e581622d24f5ea0d8d5f3366e2fd1311ab98f8  atop-2.9.0.tar.gz
[16/5006]mh@salida:~/packages/atop/tarballs $ tar --list --gzip --file  ./atop-2.9.0.tar.gz | grep mk
1 [17/5007]mh@salida:~/packages/atop/tarballs $ 

Can this be fixed, please?

Greetings Marc

Atoptool commented 1 year ago

I exchanged the tarball on the website and modified the script that generates it.