summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index eef4d1e..fbfa41d 100644
--- a/README
+++ b/README
@@ -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.