Skip to content

Russell664/pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 

Repository files navigation

PAC-man - The AIO ROM

Support Our Sites

We have created many different ways to follow us. Please visit and support our efforts

[PAC-man Website] (http://pac-rom.com/index.html)

[PAC-man Forum] (http://forum.pac-rom.com/)

[PAC-man Downloads] (http://pacman.basketbuild.com/index.php?dir=main/)

[PAC-man Gerrit] (http://review.pac-rom.com/)

[PAC-man Stats] (http://stats.pac-rom.com/stats)

[PAC-man Google+] (https://plus.google.com/102557242936341392082/posts)

[PAC-man Facebook] (https://www.facebook.com/PacManTheAioRom)

Submitting Patches

We're open source, and patches are always welcome! You can send patches by using these commands:

cd <project>
<make edits>
git add -A
git commit -m "Message"
git push ssh://<username>@review.pac-rom.com:29418/<project> HEAD:refs/for/pac-4.4

OR you can use our script to push, have a look at [pac-review] (http://pac-rom.com/downloads/pac-review)

Register at review.pac-rom.com and use the username that you registered there in the above command

Commit your patches in a single commit. Squash multiple commit using this command: git rebase -i HEAD~<# of commits>

If you are going to make extra additions, just repeat steps (Don't repo start again), but instead of git commit -m use git commit --amend. Gerrit will recognize it as a new patchset.

To view the status of your and others patches, visit PAC-man Code Review

Getting Started

To get started with PAC-man, you'll need to get familiar with Git and Repo.

Setup build environment - http://forum.xda-developers.com/showthread.php?t=2224142

To initialize your local repository using the PAC-man trees, use a command like this:

repo init -u git://github.com/PAC-man/pacman.git -b <branch>

Then to sync up:

repo sync

Then to build:

./build-pac.sh <device_name>

For information on how to build, check Here Our Official IRC Channel: #pac-rom

About

Main Manifest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published