From: Luke Owncloud Date: Sat, 25 Jan 2014 05:20:02 +0000 (+0100) Subject: added howto use git to issue a second PR (when local/develop is "dirty") X-Git-Tag: oc-android-1.5.5~50^2~2^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/5f34f75324bbf01646ee6c43c93d96e7865c8990?ds=inline;hp=--cc added howto use git to issue a second PR (when local/develop is "dirty") --- 5f34f75324bbf01646ee6c43c93d96e7865c8990 diff --git a/SETUP.md b/SETUP.md index 1b5de18d..09266048 100644 --- a/SETUP.md +++ b/SETUP.md @@ -27,15 +27,17 @@ NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in NOTE: You must have mvn (version >= 3.1.1) in your environment path. Current Android 'platforms-tools' need to be installed. -* Download/install Android plugin for Maven, then build ownCloud with mvn: -* "cd .." -* "git clone https://github.com/mosabua/maven-android-sdk-deployer.git" -* "cd maven-android-sdk-deployer" -* "mvn -pl com.simpligility.android.sdk-deployer:android-19 -am install" -* "cd ../android/oc_framework" -* "mvn install" -* "cd .." -* Now you can create ownCloud APK using "mvn package" +Download/install Android plugin for Maven, install oc_framework, then build ownCloud with mvn: + +* cd .. +* git clone https://github.com/mosabua/maven-android-sdk-deployer.git +* cd maven-android-sdk-deployer +* mvn -pl com.simpligility.android.sdk-deployer:android-19 -am install +* cd ../android/oc_framework +* mvn install +* cd .. + +Now you can create ownCloud APK using "mvn package" ### 4. Building with Eclipse: @@ -70,6 +72,14 @@ NOTE: You must sign the [Contributor Agreement][1] before your changes can be ac * Again, click "Edit" and set "compare:develop" * Enter description and send pull request. +### 6. Create another pull request: + +To make sure your new pull request does not contain commits which are already contained in previous PRs, create a new branch which is a clone of upstream/develop. + +* git fetch upstream +* git checkout -b my_new_develop_branch upstream/develop +* If you want to rename that branch later: "git checkout -b my_new_develop_branch_with_new_name" + [0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md [1]: http://owncloud.org/about/contributor-agreement/