Skip to content

Commit d356f59

Browse files
Release: Always use "kent" mirror of Sourceforge
This is a patch specific to Synopsys infrastructure, which doesn't allow certain Sourceforge mirrors, therefore to ensure that builds always pass this patches directly specifies allowed mirror. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 71c6ee0 commit d356f59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ build_expat() {
530530
expat_tar=expat-${expat_version}.tar.gz
531531
if [ ! -s $1/$expat_tar ]; then
532532
$WGET -O $1/$expat_tar \
533-
http://sourceforge.net/projects/expat/files/expat/$expat_version/$expat_tar/download
533+
"http://sourceforge.net/projects/expat/files/expat/$expat_version/$expat_tar/download?use_mirror=kent"
534534
fi
535535

536536
build_dir_init expat

release.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,8 @@ DIRS += $(OOCD_BUILD_DIR_WIN)
810810
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2: | $(BUILD_DIR)
811811

812812
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2:
813-
$(WGET) $(WGETFLAGS) -O $@ 'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror='
813+
$(WGET) $(WGETFLAGS) -O $@ \
814+
'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror=kent'
814815

815816

816817
$(BUILD_DIR)/libusb_linux_src: $(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2

0 commit comments

Comments
 (0)