base CreationSVN repository is also required after the installation[[email protected] modules] #mkdir-P/opt/svn/#创建SVN根目录[[email protected] modules] #svnadmin Create/opt/svn/repo #创建repo测试库After executing the above command, automatically establish the Repo test library, View/opt/svn/repo folder discovery contains Conf
module works with a text file (FSFS) repository.Cyrus SASL certification is available.Code base CreationSVN repository is also required after the installation[[email protected] modules] #mkdir-P/opt/svn/#创建SVN根目录[[email protected] modules] #svnadmin Create/opt/svn/repo #创建repo测试库After executing the above command, automatically establish the Repo test library, Vi
:/lizongbo/workspacenew/. Metadata/. plugins/org. Eclipse. jdt. Core/variablesandcontainers. dat
At the same time, the android Java source code compressed package is created as follows:1. Install the following components on the remote Ubuntu Linux Server (linode VPs) (jdk1.6 has been installed ):Sudo apt-Get install Git-core GnuPG flex bison gperf libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl libncurses5-dev zlib1g-devInformation from Android official: http://source.android.com
file to the local hard disk.[Html] view plaincopy
Cp-avf/mnt/cdrom/yum #-a: This option retains links and file attributes, and Recursively copies directories.
2. Create a repo file [html] view plaincopy
Cat>/etc/yum. repos. d/CentOS-Local.repo
[Local]
Name = LocalYum
Baseurl = file: // yum/
Gpgcheck = 1
Gpgkey = file: // etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Enabled = 1
Q: Why can't I install the createrepo software?The role of createrepo
I'm very glad that today we have a link with the android development website and the source code website. Although it is a bit difficult, it is still worth it !!
Summary download source code method, from http://source.android.com/source/downloading.html
Before installation, ensure that git and curl are installed. If not, run the following command:
Sudo apt-Get install Git-core curl
Installing Repo
Install the r
is a brief description of the steps to download and how to resolve the problem.1, installation RepoA) Set up Repo installation folder, configure environment variables$ mkdir ~/bin$ PATH=~/bin:$PATHb) Get Repo tool$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/
background:Recently used BitBucket as the remote repository Management code, because each time the push code needs to enter the account password, they provide the SSH protocol so that the push code does not need to enter the account password.How to use:A machine only need to generate a private key in the ~/.SSH to a public key, and then upload your public key to BitBucket, if someone else wants to upload th
package definition is downloaded and updated using Git.By default, salt does not distribute the SLS files that are used to install Windows packages, and you need to run the following command to initialize the repository on your salt host:Salt-run Winrepo.update_git_reposSYNC REPO to WINDOWS MINIONSRun on each of the pkg.refresh_db your Windows minions to synchronize the package repository.Salt-g ' os : Windows ' pkg.refresh_dbNext, you can install Wi
/blog_91e5d1d70100vtdk.html
2. How to Solve the Problem of [fatal: unable to look up android.git.kernel.org (Port 9418) (name or service not known)] when obtaining the android source code?
Http://www.cnblogs.com/yyangblog/archive/2011/03/24/1993796.html
// ================================================ ====================================
// 2012--2--2 xqh today records the process of successfully downloading the android source code
Can refer to the official Android download reference webs
Author: Sun Dongfeng
1. Obtain the Android source code
Git is an open source distributed version control software developed by Linux Torvalds to help manage Linux kernel development. It is different from a centralized version control system such as Subversion and CVS. In a centralized version control system, there is only one warehouse (Repository) and many Working directories (Working Copy ), in distributed version control systems such as Git (other major distributed version control systems in
install Libncurses-dev
Prerequisite libraries for the system
sudo apt-get install Git-core GnuPG
GIT's toolkit, though git, is prepared
sudo apt-get install Ncurses-dev
When compiling the kernel, you need to
sudo apt-get install Zlib1g-dev
When compiling, you need to
sudo apt-get install Valgrind
Memory Checker
The above are some basic use, I list
installed.
Ii. Download source code
Now we have prepared the environment required for android source code development (no error). The process of downloading the source code is very huge because the Android source code needs to be obtained in two parts: Android source code and kernel. I don't need the source code of the kernel for the time being, so here I only download the source code.
1. Create a new folder to store the Android directory and initialize the
This article describes the idea of using GitHub as a MAVEN repository primarily:
Create Mvn-repo branch on GitHub project, use Mvn-repo branch as Maven repository
Configure Pom.xml to use Target/mvn-repo as a temporary MAVEN repository for on-premises deployment
Use GitHub Site-maven-plugin at deployment to push the local MAVEN repository to the
install
Input: sudo apt-Get install openjdk-6-jre-headless, installation is OK, and then view the version:
Wayne @ Ubuntu :~ $ Java-version
Java version "1.6.0 _ 22"
Openjdk Runtime Environment (icedtea6 1.10.2) (6b22-1.10.2-0ubuntu1 ~ 11.04.1)
Openjdk server VM (build 0-b11, mixed mode)
JDK is installed.
Ii. Download source code
Now we have prepared the environment required for Android source code development (no error). The process of downloading the source code is very huge
The previous Code has constructed an android source code library locally. Let's take a look at how the source code library is constructed.
All of this is based on the construction tool named repo. Go back to the initial command $ curl http://android.git.kernel.org/repo> ~ /Bin/RepoThis command downloads a script named repo from the website. It is actually a Pyth
Download Android source code
When downloading the android source code for the first time, you will inevitably encounter some small issues, such as so.
If the English is good, you can directly look at this: http://source.android.com/source/downloading.html1. Create a folder for your source code:
$ mkdir ~/bin$ PATH=~/bin:$PATH
Ii. Download tool repo
$ curl http://commondatastorage.googleapis.com/git-repo-
Repo Init-u ssh://[email protected]: 29419/manifest - m K86a.xmlUse the-m parameter to specify that the K86A.MXL file is used specificallyStep 1. Curl Http://gerrit.y/repo > RepoInstall repo to update the Android source code. Download the repo script, repo is an android-to-g
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.