NewPipe-nightly icon indicating copy to clipboard operation
NewPipe-nightly copied to clipboard

nightly builds in F-Droid repo?

Open js290 opened this issue 3 years ago • 7 comments

Is it possible to have the nightly builds added to the NewPipe F-Droid repo?

js290 avatar Nov 04 '22 14:11 js290

Preface: I have never released to F-Droid.

As far as I know there are manual steps in the current release process to F-Droid. So those would first need to be automized before this can be achieved.

XiangRongLin avatar Nov 04 '22 15:11 XiangRongLin

See https://f-droid.org/docs/Setup_an_F-Droid_App_Repo/ I guess we should be able to ~~steal~~ copy some existing scripts to create nightly F-Droid repos without a big effort

TobiGr avatar Nov 09 '22 15:11 TobiGr

You can just run fdroidserver to set up a repository if you handle the secrets correctly. That will be the major challenge.

TheAssassin avatar Nov 09 '22 18:11 TheAssassin

Could the nightly (or some shorter interval alpha/beta) build simply be part of the official upstream repo?

js290 avatar Nov 10 '22 15:11 js290

Any update

ghost avatar Jul 18 '23 05:07 ghost

Too much effort. The upstream repository is maintained manually. We do not intend to set up some automated process for it. If any, a separate repository may be set up.

TheAssassin avatar Dec 10 '23 22:12 TheAssassin

I managed to setup an experimental F-Droid repo that contains NewPipe-nightly: https://litetex.github.io/fdroid-pages

Code is available here: https://github.com/litetex/fdroid-pages and it's hosted on GitHub pages

litetex avatar Nov 01 '24 14:11 litetex