NL-TCH / nur-packages

Nix User Repository with Spotify-adblock and packettracer
MIT License
21 stars 6 forks source link

ciscoPacketTracer8 breaks nur-update #15

Closed milahu closed 5 months ago

milahu commented 5 months ago

congrats, you broke nur-update ^^

NUR/actions has been failing since 58d57172126db67dbf831a590c90fe3bb04705da

2024-05-07T17:47:11.4644147Z + git -C nur-combined push origin HEAD:master
2024-05-07T17:47:12.5442050Z Git LFS upload failed:
2024-05-07T17:47:12.5443665Z   (missing) repos/nltch/pkgs/ciscoPacketTracer8/CiscoPacketTracer822_amd64_signed.deb (6cd2b8891df92d2cad8b6fdc47480fc089de085c4f3fe95eb80d5450a2a7f72d)
2024-05-07T17:47:12.5445294Z hint: Your push was rejected due to missing or corrupt local objects.
2024-05-07T17:47:12.5446290Z hint: You can disable this check with: `git config lfs.allowincompletepush true`
2024-05-07T17:47:12.5461575Z error: failed to push some refs to 'https://github.com/nix-community/nur-combined.git'
2024-05-07T17:47:12.5506826Z ##[error]Process completed with exit code 1.

problem: CiscoPacketTracer822_amd64_signed.deb has 270 MB this does not belong into a nix repo... this belongs to some binary cache, or a separate git repo

https://sourceforge.net/projects/cisco-packet-tracer/files/ has Packet_Tracer821

this has Packet_Tracer822 https://www.packettracernetwork.com/download//download-packet-tracer.html

Warning : We strongly advise you to not download Cisco Packet Tracer from any website or torrent source different than Netacad website as the software can be infected with viruses or malware. This website provides SHA and MD5 checksums of official Packet Tracer version to help you to check if the software you downloaded is valid.

https://www.computernetworkingnotes.com/ccna-study-guide/download-packet-tracer-for-windows-and-linux.html https://archive.org/download/cpt822/CiscoPacketTracer822_amd64_signed.deb

related: https://github.com/nix-community/NUR/issues/133

NL-TCH commented 5 months ago

thanks for the mention, fixed it. reported back in https://github.com/nix-community/NUR/pull/707

milahu commented 5 months ago

nit: please squash the last 7 commits to remove 7e3bddecbc24cafdac617da8b8104f8f85b752e8 etc

NL-TCH commented 5 months ago

done!