mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Update manual for import --repo
This commit is contained in:
parent
0ddfa22caa
commit
f93d9361b5
1 changed files with 6 additions and 2 deletions
|
|
@ -345,7 +345,11 @@ Gitorious - @code{https://gitorious.org/PROJECTNAME/REPONAME}
|
||||||
Github - @code{https://github.com/USER/PROJECT}
|
Github - @code{https://github.com/USER/PROJECT}
|
||||||
@item
|
@item
|
||||||
Google Code - @code{http://code.google.com/p/PROJECT/}
|
Google Code - @code{http://code.google.com/p/PROJECT/}
|
||||||
(supports git, svn and hg repos)
|
Supports git, svn and hg repos.
|
||||||
|
|
||||||
|
Some Google Code projects have multiple repositories, identified by a
|
||||||
|
dropdown list on the @code{source/checkout} page. To access one other than
|
||||||
|
the default, specify its name using the @code{--repo} switch.
|
||||||
@item
|
@item
|
||||||
Bitbucket - @code{https://bitbucket.org/USER/PROJECT/}
|
Bitbucket - @code{https://bitbucket.org/USER/PROJECT/}
|
||||||
@item
|
@item
|
||||||
|
|
@ -680,7 +684,7 @@ same time - this is frequently needed with r14 of the Android platform
|
||||||
tools. Be aware of any customisations in build.xml when using
|
tools. Be aware of any customisations in build.xml when using
|
||||||
update=force.
|
update=force.
|
||||||
|
|
||||||
Otherwise, value can be a semicol-separated list of directories in
|
Otherwise, value can be a semicolon-separated list of directories in
|
||||||
which to run 'android update project' relative to the main
|
which to run 'android update project' relative to the main
|
||||||
application directory (which may include '@code{subdir}' parameter).
|
application directory (which may include '@code{subdir}' parameter).
|
||||||
Default value is '@code{.}', and passing non-default value may be
|
Default value is '@code{.}', and passing non-default value may be
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue