diff options
| author | James Meyer <james.meyer@operamail.com> | 2008-11-13 02:21:15 (GMT) | 
|---|---|---|
| committer | James Meyer <james.meyer@operamail.com> | 2008-11-13 02:21:15 (GMT) | 
| commit | a79d327e34014de39f8eec9aafcd53b754b264b5 (patch) | |
| tree | fb41d489d1a00975caafc60ee2d1c7c251b244ff | |
| parent | 88939f067853bc5f1cb7aabab030ac188ec56a9b (diff) | |
| download | linhes_dev-a79d327e34014de39f8eec9aafcd53b754b264b5.zip | |
update quickstart portion of README to include kmsync
| -rw-r--r-- | README | 8 | 
1 files changed, 5 insertions, 3 deletions
@@ -113,14 +113,16 @@ git clone ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD   cd LinHES-dev/  ./setup_env.sh i686   cd ..  -  ./enter_dev_chroot.i686.sh         + ./enter_dev_chroot.i686.sh          Build and iso from knoppmyth.net   cdb <= alias  ./go.sh -        (select i686-testing-REMOTE) + (select i686-testing-REMOTE)  commands used to build a package (tar in this example), and update knoppmyth.net +Before building ANY packages you __MUST__ run "kmsync.sh testing" at least once while the local package directories are still empty.. +Doing this step now will avoid sync headaches down the road.  cdl  <= alias that takes you the the top level  PKGBUILD directory  cd core-testing @@ -128,7 +130,7 @@ cd tar  vi PKGBUILD  <= bump the pkgrel line by 1  mp  # at this point you should test the package, either by building -#   a new iso or installing the package) +# a new iso or installing the package)  kmsync.sh testing  <= this will pull down all changes from knoppmyth.net                        and upload the new tar package  | 
