Skip to content

Commit

Permalink
adding a README.build_cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
Judd Maltin committed Apr 10, 2013
1 parent 3e0b0f8 commit 3d9992c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.build_cache
@@ -0,0 +1,18 @@
# To turn an existing build-cache into a git repo:

## First, setup a .gitignore file in the root of your cache.

### .gitignore for the build cache in gitolite.

iso/
*/iso-packages
*/build
*/chroot
*/image

## Then, do the init, add, commit to import.

git init .; git add .; git commit -m "Initial import"



0 comments on commit 3d9992c

Please sign in to comment.