OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
99 stars 84 forks source link

Complete shell build system #143

Closed jedediah closed 9 years ago

jedediah commented 9 years ago

Based on https://github.com/socram8888/ShellBuildTools

This allows SportBukkit to be built from scratch, without any extra steps or dependencies. It clones Spigot's repos, downloads the vanilla JAR, decompiles it, applies CraftBukkit patches, then applies SportBukkit patches.

This should work with a repo that was initialized with the old build system, just do git submodule sync to make sure base/CraftBukkit has the right origin url.

jedediah commented 9 years ago

@socram8888 this look good to you?

socram8888 commented 9 years ago

Yeah, it looks pretty good!