[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: get current OBS repositories (php script)
[Thread Prev] | [Thread Next]
- Subject: Re: get current OBS repositories (php script)
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Sun, 21 Dec 2025 20:02:31 +0000
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
Oops sorry that script had some residue. i had not removed the file_get_contents() call at the start that never worked. so delete that line. Or i've attached an updated edit that also reads VERSION file from gitlab stable so it knows the latest stable revision too. also added some "copy to clipboard" clickamajigs. Respects BruceS On Sun, 21 Dec 2025 at 16:38, Bruce Steers <bsteers4@xxxxxxxxx> wrote: > I've made a php/js script page that gets the available OBS repositories > and shows the install info. > I've attached the page source. > It's online here https://bruceybonus.uk/gb_update_repo.php > > and i have a way to show it in my forum using a bbcode [upgrade] > https://bruceybonus.uk/phpBB/viewtopic.php?p=101 > > this "should" be always correct. > It reads in the live page from > https://build.opensuse.org/projects/home:gambas:master/meta and gets the > repository names from there. > > maybe someone else might find the code useful for their own functions? > > Respects > BruceS > >
Attachment:
gb_update_repo.php
Description: application/php
| get current OBS repositories (php script) | Bruce Steers <bsteers4@xxxxxxxxx> |