[banshee] build/windows: update gitorious URL to new github URL



commit 99c1eb120fb9d1de0c1a8211fdacd3dd5d0d0469
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Fri Mar 11 01:59:46 2016 +0800

    build/windows: update gitorious URL to new github URL
    
    Gitorious service was discontinued. Now there's a read-only
    facade on its web-server that allows you to download the
    mirrored repo backups, but it may be soon disconnected, and
    anyway its SSL cert doesn't work. I've copied the repo to our
    new github location.

 build/windows/checkout-banshee.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/checkout-banshee.bat b/build/windows/checkout-banshee.bat
index 5e66609..af9f5c9 100644
--- a/build/windows/checkout-banshee.bat
+++ b/build/windows/checkout-banshee.bat
@@ -10,7 +10,7 @@ if not exist banshee goto failure
 
 cd banshee
 call %GIT_PATH% submodule update --init
-call %GIT_PATH% clone git://gitorious.org/banshee/windows-binaries.git bin
+call %GIT_PATH% clone https://github.com/BansheeMediaPlayer/windows-binaries.git bin
 if not exist bin goto failure
 
 echo "Checkout script finished. Banshee is now checked out into the banshee folder.  Build it with 
build\windows\build-banshee.bat or your favorite IDE using Banshee.sln"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]