From bc032a398b8b7cd53efd6148f620c8297f89ea2d Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 19 Mar 2017 14:39:55 +1100 Subject: [PATCH 1/2] docs: remove internal use only from updates and cleanup-style --- docs/index.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index 293579b6..231ecffc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1087,8 +1087,6 @@ local-pkg-list: $(LOCAL_PKG_LIST)
make update
- for internal use only! - – update the version numbers of all packages, download the new versions and note their checksums
@@ -1096,16 +1094,12 @@ local-pkg-list: $(LOCAL_PKG_LIST)
make update UPDATE_DRYRUN=true
- for internal use only! - – show list of update candidates without downloading
make update-package-foo
- for internal use only! - – update the version numbers of package foo, download the new version and note its checksum
@@ -1113,16 +1107,12 @@ local-pkg-list: $(LOCAL_PKG_LIST)
make update-checksum-foo
- for internal use only! - – download package foo and update its checksum
make cleanup-style
- for internal use only! - – cleanup coding style
From 3606a3e158ceeaa1dc943c8192f319289a3927b3 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 19 Mar 2017 14:42:31 +1100 Subject: [PATCH 2/2] docs: note usage of `make check-update-package-foo` --- docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.html b/docs/index.html index 231ecffc..23e8800f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1104,6 +1104,13 @@ local-pkg-list: $(LOCAL_PKG_LIST) download the new version and note its checksum +
make check-update-package-foo
+ +
+ check if package foo has an update available + without downloading +
+
make update-checksum-foo