diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -191,9 +191,13 @@ 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). -# 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: +# In order to make your source change(s) available to others, you will have +# to commit your change(s) to your local copy of the LinHES-PKGBUILD repo +# (git commit -a -m "commit message") and then push the change(s) to the +# public repo (git push). +# +# In order to make your new package(s) available to others, you will need to +# upload changed 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 |