Henrik Grimler
|
368421c281
|
build-package: update so that termux_step_compare_debs dl's by hash
Changes needed after termux_download_deb function update
|
6 years ago |
Henrik Grimler
|
cc39d8c9b8
|
build-package: Add signature verification and download by hash
Also rename termux_install_dep_deb to termux_download_deb.
|
6 years ago |
Henrik Grimler
|
0a25f20b22
|
build-package: fix truncated comment
|
6 years ago |
Henrik Grimler
|
88f241b553
|
build-package: Set default verbose level
|
6 years ago |
Henrik Grimler
|
3e60a99eec
|
build-package: Fix so that debdiff's exit code doesn't stop build
|
6 years ago |
Henrik Grimler
|
fdd700ce4f
|
build-package: fix forgotten p->pkg
|
6 years ago |
Henrik Grimler
|
4b9fcfeece
|
build-package.sh: make dep downloads less verbose for quiet builds
Add error messages when download fails though.
Try to download -dev packages but ignore errors here
|
6 years ago |
Henrik Grimler
|
c17bf4b220
|
termux_extract_dep_info: Fix bug when ARCH=all and REVISION != 0
Also make it less verbose when building with -q and add some TODO notes
|
6 years ago |
Henrik Grimler
|
c61c8f8947
|
build-package: make the bootstrap installtion more intuitive
|
6 years ago |
Henrik Grimler
|
40da58977e
|
build-package: add function to compare debs
|
6 years ago |
Henrik Grimler
|
32acdf3861
|
Change TERMUX_BUILD_DEPS to TERMUX_INSTALL_DEPS again.
Fix syntax in if expressions.
|
6 years ago |
Henrik Grimler
|
795cc15f5f
|
Working deb_get_info and install_dep_deb functions
|
6 years ago |
Henrik Grimler
|
7f2553a22d
|
build-package: add termux_extract_version function
|
6 years ago |
Henrik Grimler
|
6845d6589c
|
updates
|
6 years ago |
Stephen
|
2dd7c63436
|
Update build-package.sh
|
7 years ago |
Stephen
|
1eef3fd12e
|
cheap trick to fix + issue in package search
|
7 years ago |
Henrik Grimler
|
723ecc3184
|
build-package: with -i -q, ignore recommended packages and suggestions (#3)
|
7 years ago |
Stephen Groat
|
81be68dda6
|
Use apt for dependencies
|
7 years ago |
Leonid Plyushch
|
b93bde6f70
|
build-package.sh: use 'readlink' to get value of symlink
|
6 years ago |
Fredrik Fornwall
|
73f6b0dcfc
|
Compress man pages with gzip to save space
|
6 years ago |
Henrik Grimler
|
1a7723904c
|
build-package: make TERMUX_PKG_MAINTAINER overridable
Makes it possible to change default maintainer for another repo
|
6 years ago |
Henrik Grimler
|
e0ca532e62
|
Use apt's trusted.gpg for pkg verification
|
6 years ago |
Leonid Plyushch
|
0a8eaeb77f
|
build-package.sh: use keyserver pool when receive keys
Now gpg key retrieving is more reliable.
|
6 years ago |
Henrik Grimler
|
5d81472249
|
build-package.sh: fix `-a all -i` builds
Also use `-s -i` for dependencies that have to be built
|
6 years ago |
Henrik Grimler
|
2157d60f13
|
build-package.sh: improve -i description
|
6 years ago |
Henrik Grimler
|
195980e27d
|
build-package.sh: fix bug in the case where package name contains (but not ends with) -dev
As for icu-devtools
|
6 years ago |
Henrik Grimler
|
5611ad0a18
|
build-package.sh: Minor indentation fix
|
6 years ago |
Henrik Grimler
|
9e3258d710
|
build-package.sh: fix termux_step_compare_debs
Catch error if termux_download_deb fails
|
6 years ago |
Henrik Grimler
|
6f9019df52
|
build-package.sh: fix download loop of dependencies when -i building
Only download $TERMUX_PKG_DEPENDS and $TERMUX_PKG_BUILD_DEPENDS (and
their -dev packages, if they exist), not their dependencies.
|
6 years ago |
Henrik Grimler
|
6c07b40796
|
build-package.sh: add sha256sum's for bootstrap zips for all arches
|
6 years ago |
Henrik Grimler
|
3d760868d0
|
build-package.sh: return 1 if hashsum doesn't exist for package
When downloading depencencies
|
6 years ago |
Henrik Grimler
|
09afc5aca9
|
build-package.sh: fix termux_extract_dep_info
|
6 years ago |
Henrik Grimler
|
4f6eab13f2
|
build-package.sh: mv download of InRelease and Packages to new function termux_step_get_repo_files
|
6 years ago |
Henrik Grimler
|
a1d4f83377
|
Rename get_pkg_hash.py->get_hash_from_file.py
|
6 years ago |
Henrik Grimler
|
4da66550a6
|
build-package: update so that termux_step_compare_debs dl's by hash
Changes needed after termux_download_deb function update
|
6 years ago |
Henrik Grimler
|
72402ea1cf
|
build-package: Add signature verification and download by hash
Also rename termux_install_dep_deb to termux_download_deb.
|
6 years ago |
Henrik Grimler
|
58c91b51cd
|
build-package: fix truncated comment
|
6 years ago |
Henrik Grimler
|
88af24d0fd
|
build-package: Set default verbose level
|
6 years ago |
Henrik Grimler
|
fbe0de46d2
|
build-package: Fix so that debdiff's exit code doesn't stop build
|
6 years ago |
Henrik Grimler
|
04220d9f22
|
build-package: fix forgotten p->pkg
|
6 years ago |
Henrik Grimler
|
24a307c64f
|
build-package.sh: make dep downloads less verbose for quiet builds
Add error messages when download fails though.
Try to download -dev packages but ignore errors here
|
6 years ago |
Henrik Grimler
|
16a49d1ef8
|
termux_extract_dep_info: Fix bug when ARCH=all and REVISION != 0
Also make it less verbose when building with -q and add some TODO notes
|
6 years ago |
Henrik Grimler
|
a0e340779e
|
build-package: make the bootstrap installtion more intuitive
|
6 years ago |
Henrik Grimler
|
e40d87f624
|
build-package: add function to compare debs
|
6 years ago |
Henrik Grimler
|
59da760394
|
Change TERMUX_BUILD_DEPS to TERMUX_INSTALL_DEPS again.
Fix syntax in if expressions.
|
6 years ago |
Henrik Grimler
|
bff8f2c6f6
|
Working deb_get_info and install_dep_deb functions
|
6 years ago |
Henrik Grimler
|
8f59045990
|
build-package: add termux_extract_version function
|
6 years ago |
Henrik Grimler
|
bc7037964e
|
updates
|
6 years ago |
Stephen
|
7af73fe3a4
|
Update build-package.sh
|
7 years ago |
Stephen
|
8c43a6dcff
|
cheap trick to fix + issue in package search
|
7 years ago |