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