Browse Source

docs: update UTILITIES.md

emacs-27
Leonid Plyushch 5 years ago
parent
commit
f74c807e63
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 4
      docs/UTILITIES.md

4
docs/UTILITIES.md

@ -6,10 +6,12 @@ The following utility scripts are available:
- [clean.sh](../clean.sh): used for cleaning build environment. - [clean.sh](../clean.sh): used for cleaning build environment.
- [scripts/check-built-packages.py](../scripts/check-built-packages.py): used for comparing git (local) and apt (remote) package versions.
- [scripts/check-pie.sh](../scripts/check-pie.sh): used for verifying that all binaries are using PIE, which is required for Android 5+. - [scripts/check-pie.sh](../scripts/check-pie.sh): used for verifying that all binaries are using PIE, which is required for Android 5+.
- [scripts/check-versions.sh](../scripts/check-versions.sh): used for checking for package updates. - [scripts/check-versions.sh](../scripts/check-versions.sh): used for checking for package updates.
- [scripts/list-packages.sh](../scripts/list-packages.sh): used for listing all packages with a one-line summary. - [scripts/list-packages.sh](../scripts/list-packages.sh): used for listing all packages with a one-line summary.
- [scripts/ci/gitlab.sh](../scripts/ci/gitlab.sh): used by Gitlab Continuous Integration to identify changed packages and build them. - [scripts/package_uploader.sh](../scripts/package_uploader.sh): used for uploading packages to Bintray.

Loading…
Cancel
Save