Nothing new in the ports for poudriere

Fernando Apesteguía fernando.apesteguia at gmail.com
Mon Apr 12 12:57:04 UTC 2021


On Mon, Apr 12, 2021 at 2:51 PM Erwan David <erwan at rail.eu.org> wrote:
>
> Le 12/04/2021 à 14:28, Fernando Apesteguía a écrit :
> > On Mon, Apr 12, 2021 at 2:25 PM Erwan David <erwan at rail.eu.org> wrote:
> >>
> >> Hello,
> >> For more than a week now, When I type
> >> sudo poudriere ports -u
> >>
> >> I get following answer :
> >> [00:00:00] Updating portstree "default" with portsnap...Looking up
> >> portsnap.FreeBSD.org mirrors... 4 mirrors found.
> >> Fetching snapshot tag from ipv4.aws.portsnap.freebsd.org... done.
> >> Ports tree hasn't changed since last snapshot.
> >> No updates needed.
> >> Ports tree is already up to date.
> >>    done
> >
> > It looks like your poudriere ports repo is still using subversion. You
> > probably want a fresh git checkout:
> > https://docs.freebsd.org/en/books/porters-handbook/testing/#testing-poudriere
>
> It simply does not work :
>
> $ sudo poudriere ports -c -m git+https
> [00:00:00] Creating default fs at /usr/local/poudriere/ports/default... done
> [00:00:00] Cloning the ports tree...warning: Could not find remote
> branch master to clone.
> fatal: Remote branch master not found in upstream origin
> [00:00:01] Error:  fail
> [00:00:01] Error while creating ports tree, cleaning up.

Try:

poudriere ports -d default <---- This will delete your current
"default" ports tree.
poudriere ports -c -p movida -m git+https -B main <---- This will
create a new one using git.

Cheers.
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list