diff options
-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 |