improve url canonicalization during releng

pull/1002/head
Jesse Vincent 4 years ago
parent 088af8544e
commit 8db5e7fd33
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -53,7 +53,8 @@ my $checkout_dir = "Kaleidoscope-$version";
my $filename = $checkout_dir . ".tar.bz2";
my $build_base_url = $boards_repo."/master/builds/";
$build_base_url =~ s|ssh://git\@github.com|https://raw.githubusercontent.com|;
$build_base_url =~ s|^ssh://git\@github.com|https://raw.githubusercontent.com|;
$build_base_url =~ s|^https?://github.com|https://raw.githubusercontent.com|;
my @bundle_dirs_to_remove = qw|toolchain etc doc avr/build-tools avr/bootloaders/*/lufa avr/libraries/Kaleidoscope/testing avr/libraries/Kaleidoscope/tests avr/libraries/Kaleidoscope/docs|;

Loading…
Cancel
Save