Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Update several URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fengberd committed Apr 18, 2020
1 parent 8df7d4d commit bbfeb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions app/src/main/assets/urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,10 @@
"version": 1,
"jenkins": {
"nukkit": [
"MengCraft|http://ci.mengcraft.com:8080/job/nukkit/",
"RegularBox|http://ci.regularbox.com/job/Nukkit/",
"ZXDA|https://jenkins.zxda.net/job/Nukkit/",
"NukkitX|https://ci.nukkitx.com/job/NukkitX/job/Nukkit/job/master/"
],
"pocketmine": [
"[Suggested]GenisysPro (ZXDA)|https://jenkins.zxda.net/job/GenisysPro/",
"Apollo (ZXDA)|https://jenkins.zxda.net/job/Apollo-Legacy/",
"Tesseract (ZXDA)|https://jenkins.zxda.net/job/Tesseract/",
"[x64]PMMP (Official)|https://jenkins.pmmp.gq/job/PocketMine-MP/",
"[x64]PMMP (ZXDA)|https://jenkins.zxda.net/job/PocketMine-MP/",
"Leveryl (Official)|http://cortexpe.ml:8080/job/Leveryl/",
"Leveryl (ZXDA)|https://jenkins.zxda.net/job/Leveryl/",
"[Discontinued]BlueLight (ZXDA)|https://jenkins.zxda.net/job/BlueLight/",
"[Discontinued]Elywing (ZXDA)|https://jenkins.zxda.net/job/Elywing/",
"[Discontinued]Genisys (ZXDA)|https://jenkins.zxda.net/job/Genisys/",
"[Discontinued]ClearSky-PHP7 (ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP7/",
"[Discontinued]ClearSky-PHP5 (ZXDA)|https://jenkins.zxda.net/job/ClearSky-PHP5/"
"PMMP|https://jenkins.pmmp.io/job/PocketMine-MP/"
]
},
"source_code": "https://github.com/fengberd/PocketServer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public boolean onPreferenceClick(Preference preference)
{
public void run()
{
main.downloadFile("https://raw.githubusercontent.com/fengberd/MinecraftPEServer/master/app/src/main/assets/urls.json",new File(ServerUtils
main.downloadFile("https://raw.githubusercontent.com/fengberd/PocketServer/master/app/src/main/assets/urls.json",new File(ServerUtils
.getAppFilesDirectory(),"urls.json"),processing_dialog);
main.reloadUrls();
main.runOnUiThread(new Runnable()
Expand Down

0 comments on commit bbfeb48

Please sign in to comment.