mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-25 03:35:18 +01:00
Fetch modules from @Z750's CI until Aquifer's is back up
This commit is contained in:
parent
a1e6856f62
commit
5e0e224df5
@ -1,4 +1,4 @@
|
|||||||
From 3b474ac561bcb7e1ff4ccb49eddfe9b78c272c32 Mon Sep 17 00:00:00 2001
|
From 28078a776b6453b116f7cf174848c63047756c97 Mon Sep 17 00:00:00 2001
|
||||||
From: Tux <write@imaginarycode.com>
|
From: Tux <write@imaginarycode.com>
|
||||||
Date: Thu, 19 May 2016 11:34:52 -0700
|
Date: Thu, 19 May 2016 11:34:52 -0700
|
||||||
Subject: [PATCH] Fetch modules from the Waterfall CI
|
Subject: [PATCH] Fetch modules from the Waterfall CI
|
||||||
@ -6,7 +6,7 @@ Subject: [PATCH] Fetch modules from the Waterfall CI
|
|||||||
Don't fetch from the BungeeCord CI, as that only has their modules
|
Don't fetch from the BungeeCord CI, as that only has their modules
|
||||||
|
|
||||||
diff --git a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
diff --git a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
||||||
index 9bd2dc9..0b440fc 100644
|
index 9bd2dc9..d93aa1c 100644
|
||||||
--- a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
--- a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
||||||
+++ b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
+++ b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java
|
||||||
@@ -1,10 +1,11 @@
|
@@ -1,10 +1,11 @@
|
||||||
@ -28,7 +28,7 @@ index 9bd2dc9..0b440fc 100644
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
- URL website = new URL( "http://ci.md-5.net/job/BungeeCord/" + version.getBuild() + "/artifact/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" );
|
- URL website = new URL( "http://ci.md-5.net/job/BungeeCord/" + version.getBuild() + "/artifact/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" );
|
||||||
+ URL website = new URL( "https://ci.aquifermc.org/job/Waterfall/" + version.getBuild() + "/artifact/Waterfall-Proxy/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" );
|
+ URL website = new URL( "https://ci.destroystokyo.com/job/Waterfall/" + version.getBuild() + "/artifact/Waterfall-Proxy/module/" + module.getName().replace( '_', '-' ) + "/target/" + module.getName() + ".jar" );
|
||||||
URLConnection con = website.openConnection();
|
URLConnection con = website.openConnection();
|
||||||
// 15 second timeout at various stages
|
// 15 second timeout at various stages
|
||||||
con.setConnectTimeout( 15000 );
|
con.setConnectTimeout( 15000 );
|
||||||
@ -41,5 +41,5 @@ index 9bd2dc9..0b440fc 100644
|
|||||||
} catch ( IOException ex )
|
} catch ( IOException ex )
|
||||||
{
|
{
|
||||||
--
|
--
|
||||||
2.8.2
|
2.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user