[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gambas PPA for Debian
[Thread Prev] | [Thread Next]
- Subject: Re: Gambas PPA for Debian
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Wed, 21 Aug 2024 12:27:27 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 20/08/24 12:16, Gianluigi ha scritto:
Il 19/08/24 22:16, Brian G ha scritto:On 8/14/24 06:50, Gianluigi wrote:thank you very much for everything you do (you have done), I will immediately forward your response to our friend and as soon as possible I will do some tests and report to you with real pleasure. Thanks again and regards GianluigiHere is the script I use to create a github repository that works for mint and Debian, I run it in my local copy of the repository then update github's version. #!/bin/bash cd ~/Projects/repo echo In directory $PWD # Packages & Packages.gz dpkg-scanpackages --multiversion . > Packages gzip -k -f Packages # Release, Release.gpg & InRelease apt-ftparchive release . > Release gpg --default-key "MyEmail@xxxxxxxxxxxxxx" -abs -o - Release > Release.gpg gpg --default-key "MyEmail@xxxxxxxxxxxxxx" --clearsign -o - Release > InRelease # Make list file echo "deb https://raw.githubusercontent.com/<My_User>/ppa/main/repo ./" > gsh.list # Commit & push git add -A git commit -m update git push ----------------- I do this to add it as a repo for both debian and mint |sudo -i curl -s --compressed "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/KEY.gpg" | gpg --dearmor > /etc/apt/trusted.gpg.d/westwood-archive-key.gpg sudo curl -s --compressed -o /etc/apt/sources.list.d/gsh.list "https://raw.githubusercontent.com/justlostintime/ppa/main/ubuntu/gsh.list" sudo apt update| -- ~~~~ BrianHi Brian, thank you very much for your reply. Unfortunately I'm not able to answer these days, but as soon as I can, I'll try and report back to you. Thanks again Regards Gianluigi
Hi Brian, don't you think that if Benoit signed his PPA, it would be easier for Debian users to register the repository? Regards Gianluigi
Re: Gambas PPA for Debian | Brian G <brian@xxxxxxxxxxxxxxxx> |
Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Gambas PPA for Debian | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: Gambas PPA for Debian | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Gambas PPA for Debian | Brian G <brian@xxxxxxxxxxxxxxxx> |
Re: Gambas PPA for Debian | Gianluigi <gradobag@xxxxxxxxxxx> |