diff options
author | Bob Igo <bob@stormlogic.com> | 2009-07-19 18:09:16 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-07-19 18:09:16 (GMT) |
commit | 99f5a83f9e703f8b62f4034796d81076a65fd5bd (patch) | |
tree | b1b9ee7e6d763801774507ba770c588fa3cf2949 | |
parent | a3b30211b1be2f29e73341717f1d988e05a7997e (diff) | |
download | linhes_dev-99f5a83f9e703f8b62f4034796d81076a65fd5bd.zip |
Clarified steps in making changes public.
-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 |