OvercastNetwork / SportBukkit

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

Creating a patch? #207

Closed sw-gw closed 8 years ago

sw-gw commented 8 years ago

Hi,

I'm new to this patching thing, but how would I create one?

kailan commented 8 years ago
$ ./prepare-build.sh
# do your work
$ ./compile.sh
# test, then commit your work to each sub-repo
$ ./rebuild-patches.sh
$ git commit -am "Add stuff"

Happy to answer any further questions you may have.

sw-gw commented 8 years ago

Was not expecting a response this quick, thanks!!

sw-gw commented 8 years ago

Thought I understood everything, but I ran ./prepare-build.sh, but it didn't generate any new files. Where am I supposed to commit in @kblanks if you don't mind me asking :P

sw-gw commented 8 years ago

Nevermind, I just had to refresh lol.