HomeSoftware Heritage

cli.add_forge_now: Open `schedule-first-visits` with sensible defaults

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

cli.add_forge_now: Open schedule-first-visits with sensible defaults

This should ease scheduling the first visits for add-forge-now request.

The following would be enough to fetch and schedule the forge just listed (be it in
production or staging):

swh scheduler add-forge-now \
  schedule-first-visits \
    --visit-type git \
    (--visit-type svn \ # if a lister lists multiple kinds of visit, we can mention it )
    --lister-name gitea \
    --lister-instance-name git.afpy.org \
    ( --production | --staging )  # to list only enabled | disabled origins

Related to https://gitlab.softwareheritage.org/infra/sysadm-environment/-/issues/4674

Details

Provenance
ardumontAuthored on Dec 7 2022, 3:14 PM
ardumontPushed on Dec 7 2022, 4:54 PM
Differential Revision
D8936: cli.add_forge_now: Open `schedule-first-visits` with sensible defaults
Build Status
Buildable 33166
Build 51994: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.