[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gambas PPA for Debian


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
Gianluigi


Here 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|

--
~~~~ Brian


Hi 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


Follow-Ups:
Re: Gambas PPA for DebianGianluigi <gradobag@xxxxxxxxxxx>
References:
Gambas PPA for DebianGianluigi <gradobag@xxxxxxxxxxx>
Re: Gambas PPA for DebianBruce Steers <bsteers4@xxxxxxxxx>
Re: Gambas PPA for DebiangbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: Gambas PPA for DebianGianluigi <gradobag@xxxxxxxxxxx>
Re: Gambas PPA for DebianBrian G <brian@xxxxxxxxxxxxxxxx>