Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

The modification herein allows use of git ssh

= Manifest

Pull repo from our git-repo repo (isn't that nice) as shown below. "--no-repo-verify" is necessary to pull the master branch that has the patch for git ssh.

mkdir projdir && cd projdir
curl https://raw.githubusercontent.com/mozilla/git-repo/master/repo > ./repo
chmod u+x ./repo
./repo init --no-repo-verify -u git@github.com:githubuser/manifests.git
./repo sync

= Manifest

<?xml version="1.0" ?>
<manifest>
  <remote fetch="git@github.com:mozilla/" name="mozilla"/>

  <project name="privaterepo" path="localpath/privaterepo" remote="mozilla" revision="master"/>
</manifest>

About

git-repo with modifcation to fix private repo access

Resources

License

Packages

No packages published
You can’t perform that action at this time.