planemo-autoupdate / autoupdate

4 stars 6 forks source link

Fix IUC: sync fork #16

Closed bernt-matthias closed 1 year ago

bernt-matthias commented 1 year ago

the fork planemo-autoupdate/tools-iuc is currently not synced.

so the for loop will include deprecated tools (and exclude new tools). For these the git checkout -b $REPO upstream/master will use the newest upstream branch where the tool dir is absent leading to an error. This should fix the current failure of the bot.

I guess the same needs to be done for the other repos, but I won't be able to do so.

in the future we might try to deleted branches and PR if tools are deprecated