deb-get icon indicating copy to clipboard operation
deb-get copied to clipboard

How to test a new application?

Open FelicianoTech opened this issue 1 year ago • 2 comments

I didn't go to Discord because.... I don't want this. Feels strange to have to download the app and create an account there for this question. I hope that's alright.

When working on #991, I wanted to test it locally to make sure it works. I didn't find any proper way to do that. I did read the contrib guide. Am I missing something?

I tried running deb-get from the repo itself and not the one on my PATH but it was still using the main cache, /etc directories, etc. I ended up having to manually adding the string to /etc/deb-get/01-main.repo and the repo file to /etc/deb-get/01-main.d/ in order to get this to test locally.

Thoughts?

FelicianoTech avatar Feb 07 '24 08:02 FelicianoTech

The first way is to drop the application definition into the /etc/deb-get/99-local.d/ override directory (also a place to drop fixes or tweaks ).

The second way is to add your fork's repo/branch (or point 01-main.repo at your chosen repo/branch).

philclifford avatar Feb 07 '24 10:02 philclifford

Nice. I'll try to find a good spot to put this info in the contributor doc.

FelicianoTech avatar Feb 09 '24 08:02 FelicianoTech