Thanks guys. Yes feel free to close this issue. In case anyone cares, I've published .deb packages for various Ubuntu versions here: https://launchpad.net/~ppa-verse/+archive/ubuntu/embedded
From b5f36ff190c28f23594307228cbfa48029e0ee0b Mon Sep 17 00:00:00 2001 From: Dimitry Ishenko <dimitry.ishenko@gmail.com> Date: Wed, 8 Nov 2023 21:50:44 -0500 Subject: [PATCH] Back-port error messages from asrab 5.40 --- sdas/asrab/rabmch.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sdas/asrab/rabmch.c b/sdas/asrab/rabmch.c index 963913240..37c014854 100644 --- a/sdas/asrab/rabmch.c +++ b/sdas/asrab/rabmch.c @@ -1093,7 +1093,7 @@ VOID machine(struct mne * mp)...
Back-port error messages from asrab 5.40
BTW, I've fixed the authors in my repo and moved it here: https://github.com/dimitry-ishenko-embedded/sdcc I've also added an automated script (in debian/update.sh) that pulls in changes from upstream SVN, splits off sdcc-related commits and auto-tags point releases.
Thanks @spth. I've pulled in those changes and spun off fresh Ubuntu packages.
This is not about the where, but the what. For starters, look at the author records in your repo. This is not a convincing enough argument. I saw the author records. And it's easy enough to fix. Right now I am focused on getting my code into production, and will fix it later.
Please use [1] Unless codeberg offers advantages over github, I'd rather not. I've already got repos on github, gitlab, salsa.debian.org and probably other sites I don't even remember. Plus, my clone has some additional patches for the Rabbit targets that are not in the main repo. and help figure out a way to update it automatically To do this automatically, we would either need a cloud VM to sync periodically, or if someone wants to run a timer on their dev box, that will work too. In my case the...
Please use [1] Unless codeberg offers advantages over github, I'd rather not. I've already got repos on github, gitlab, salsa.debian.org and probably other sites I don't even remember. Plus, my clone has some additional patches for the Rabbit targets that are not in the main repo. and help figure out a way to update it automatically To do this automatically, we would either need a cloud VM to sync periodically, or if someone wants to run a timer on their dev box, that will work too. In my case the...