Merge branch 'Agit' into 'master'
Update AGit Better late than never? This version lets me clone repos with big files It wasnt updated cos it needed mvn 3.1.1, but the plugin version can be changed Also, force to remove duplicated apks in the wiki and the repo See merge request !565
This commit is contained in:
commit
a9cc16df67
|
@ -12,7 +12,7 @@ Clone remote git repositories onto your phone!
|
|||
* Just like regular Git, the full history is stored for offline access.
|
||||
* Animated Diffs - Watch diffs smoothly transition from Before to After.
|
||||
* Supports git, http, https protocols. SSH for private repos is also possible
|
||||
* Periodic sync enabled on Android 2.2 and later: latest commits fetched quarter-hourly.
|
||||
* Periodic sync enabled on Android 2.3 and later: latest commits fetched quarter-hourly.
|
||||
Currently this is a 'read-only' client. You can clone & fetch, but not commit and push.
|
||||
.
|
||||
|
||||
|
@ -25,19 +25,28 @@ Build:1.34,130300622
|
|||
maven=yes
|
||||
novcheck=yes
|
||||
|
||||
Build:1.34,130300716
|
||||
disable=duplicated
|
||||
|
||||
Build:1.38,130400812
|
||||
disable=duplicated
|
||||
|
||||
Build:1.38,130400912
|
||||
commit=agit-parent-1.38
|
||||
maven=yes
|
||||
prebuild=sed -i '/agit-integration-tests/d' pom.xml
|
||||
novcheck=yes
|
||||
|
||||
Build:1.39,999999999
|
||||
disable=requires higher maven
|
||||
Build:1.38,130701616
|
||||
disable=duplicated
|
||||
|
||||
Build:1.39,139000000
|
||||
commit=agit-parent-1.39
|
||||
subdir=agit
|
||||
maven=yes@..
|
||||
prebuild=sed -i '/agit-integration-tests/d' ../pom.xml
|
||||
novcheck=yes
|
||||
maven=yes
|
||||
forcevercode=yes
|
||||
prebuild=sed -i -e '/>guava/{n;N;N;N;N;N;d}' -e 's/4.3.0/4.4.0/g' pom.xml && \
|
||||
sed -i -e '/agit-integration-tests/d' -e 's/3.8.1/3.7.0/g' ../pom.xml
|
||||
|
||||
Maintainer Notes:
|
||||
Version codes are set by date, so no UCMs apply.
|
||||
|
@ -45,6 +54,6 @@ Version codes are set by date, so no UCMs apply.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.38
|
||||
Current Version Code:130400912
|
||||
Current Version:1.39
|
||||
Current Version Code:139000000
|
||||
|
||||
|
|
Loading…
Reference in a new issue