Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Travis ensure backports aren't overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 8, 2016
1 parent 25e42a9 commit a66d4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions travii/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ git checkout b3a1548cfaac77e9756168a8887270f8181487ad
cd ..
git pull origin master
./gradlew --parallel -PofficialBuild clean setupCauldron --parallel jar
cp build/distributions/Thermos*server* $HOME/release/
cp build/distributions/Thermos*server* $HOME/release/Thermos-1.7.10-1448-server.jar

# 1492
cd forge
git checkout c308a47124394f025bc2ba553646ecf8b6c31ba2
cd ..
git pull origin master
./gradlew --parallel -PofficialBuild clean setupCauldron --parallel jar
cp build/distributions/Thermos*server* $HOME/release
cp build/distributions/Thermos*server* $HOME/release/Thermos-1.7.10-1492-server.jar

# 1558
cd forge
git checkout aa8eaf2b286e809146b7faf4e59ce801a40eab9b
cd ..
git pull origin master
./gradlew --parallel -PofficialBuild clean setupCauldron --parallel jar
cp build/distributions/Thermos*server* $HOME/release
cp build/distributions/Thermos*server* $HOME/release/Thermos-1.7.10-1558-server.jar

# 1614
cd forge
git checkout c6aa04325e8a80af88755adb2339a402e7e90ebb
cd ..
git pull origin master
./gradlew --parallel -PofficialBuild clean setupCauldron --parallel jar packageBundle
cp build/distributions/Thermos*server* $HOME/release
cp build/distributions/Thermos*server* $HOME/release/Thermos-1.7.10-1614-server.jar
cd build/distributions/
unzip Thermos*bundle*zip
rm -r bin/unknown
Expand Down

2 comments on commit a66d4c6

@Bogdan-G
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meh, dont read travis docs or buggy travis?

@sameer
Copy link
Member

@sameer sameer commented on a66d4c6 Mar 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did but I didn't realize that back ports would also be 1614 and not their respective forge numbers.

Please sign in to comment.