mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 06:17:31 +02:00
SVN checkouts should be made non-interactive, so that https repositories with auto-signed repositories can be checked out without user interaction
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11785 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cd14e2f73b
commit
cd040cbb06
@ -67,7 +67,7 @@ define DownloadMethod/svn
|
|||||||
cd $(TMP_DIR)/dl && \
|
cd $(TMP_DIR)/dl && \
|
||||||
rm -rf $(SUBDIR) && \
|
rm -rf $(SUBDIR) && \
|
||||||
[ \! -d $(SUBDIR) ] && \
|
[ \! -d $(SUBDIR) ] && \
|
||||||
svn co -r$(VERSION) $(URL) $(SUBDIR) && \
|
svn co --non-interactive -r$(VERSION) $(URL) $(SUBDIR) && \
|
||||||
find $(SUBDIR) -name .svn | xargs rm -rf && \
|
find $(SUBDIR) -name .svn | xargs rm -rf && \
|
||||||
echo "Packing checkout..." && \
|
echo "Packing checkout..." && \
|
||||||
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
|
$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user