diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-18 01:24:29 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-18 01:24:29 (GMT) |
commit | a3b30211b1be2f29e73341717f1d988e05a7997e (patch) | |
tree | e9b1dfe4c0b236abd5a67abc1e4e9af65ec8404a /README | |
parent | 0c0fb5b96bc90e80a4dfb276000456766aa283ee (diff) | |
download | linhes_dev-a3b30211b1be2f29e73341717f1d988e05a7997e.zip |
README clarification
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -187,8 +187,14 @@ cd core-testing cd tar vi PKGBUILD <= edit by hand and increment pkgrel by 1 mp -s <= builds the package and all dependencies -# at this point you should test the package, either by building -# a new iso or installing the package) + +# At this point you should test the package, either by building +# a new iso or installing the package). + +# In order to make your change available to others you will have to commit +# your change to the LinHES-PKGBUILD tree (git commit -a -m "commit message") +# and also upload the new packages using kmsync.sh: + kmsync.sh testing <= this will pull down all new packages from knoppmyth.net and upload the new tar package. This will also sync up the src packages. |