automatic rebuild by autodist [release 20120221-2mamba;Mon Oct 30 2023]
This commit is contained in:
parent
d15c898995
commit
b36c45898f
@ -1,18 +1,17 @@
|
|||||||
Name: repo
|
Name: repo
|
||||||
Version: 20120221
|
Version: 20120221
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A repository management tool built on top of Git
|
Summary: A repository management tool built on top of Git
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://source.android.com/source/version-control.html
|
URL: https://source.android.com/source/version-control.html
|
||||||
Source: https://dl-ssl.google.com/dl/googlesource/git-repo/repo
|
Source: https://dl-ssl.google.com/dl/googlesource/git-repo/repo
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Repo is a repository management tool that Android developers built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.
|
Repo is a repository management tool that Android developers built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to our revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.
|
||||||
@ -33,5 +32,8 @@ install -D -m0755 %{SOURCE0} %{buildroot}%{_bindir}/repo
|
|||||||
%{_bindir}/repo
|
%{_bindir}/repo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 30 2023 Automatic Build System <autodist@mambasoft.it> 20120221-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
* Tue Feb 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120221-1mamba
|
* Tue Feb 21 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120221-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user