This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Packages in GAP_PKGS_TO_CLONE
aren't properly deleted before cloning:
#17
Labels
bug
Something isn't working
Let
pkg
be the variable containing an entry of the listGAP_PKGS_TO_CLONE
.Currently the script tries to delete existing versions of
$pkg
before trying to clone it, with this line:pkg-ci-scripts/build_gap.sh
Line 50 in 3ce4725
This works reasonably well if
$pkg
is simply the package name in lower case, e.g.digraphs
orfloat
.It does not necessarily work so well if there is some capitalisation, such as
Digraphs
.More importantly, if the format of
$pkg
is more complicated, i.e.digraphs/digraphs
orhttps://github.com/digraphs/Digraphs
then none of the existing versions get deleted.This wastes time and may lead to the wrong version of the package being loaded.
The text was updated successfully, but these errors were encountered: