summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-13 02:21:15 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-13 02:21:15 (GMT)
commita79d327e34014de39f8eec9aafcd53b754b264b5 (patch)
treefb41d489d1a00975caafc60ee2d1c7c251b244ff /README
parent88939f067853bc5f1cb7aabab030ac188ec56a9b (diff)
downloadlinhes_dev-a79d327e34014de39f8eec9aafcd53b754b264b5.zip
update quickstart portion of README to include kmsync
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 5918e84..939efe8 100644
--- a/README
+++ b/README
@@ -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