-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: termux/termux-tools
base: v1.40.7
head repository: termux/termux-tools
compare: v1.41.0
- 6 commits
- 8 files changed
- 1 contributor
Commits on Mar 8, 2024
-
mirrors: remove mirror files and entries from Makefile for mirrors re…
…moved in 138bb91 Previously only variables being set in mirror files were removed without removing the actual files. That resulted in following errors when `pkg` was run as required variables weren't being set. ``` /data/data/com.termux/files/usr/bin/pkg: line 106: MAIN: unbound variable /data/data/com.termux/files/usr/bin/pkg: line 111: WEIGHT: unbound variable ```
Configuration menu - View commit details
-
Copy full SHA for e384398 - Browse repository at this point
Copy the full SHA e384398View commit details -
mirrors: set mirrors list max line length at 70 characters and use on…
…ly spaces instead of mix of tabs and spaces
Configuration menu - View commit details
-
Copy full SHA for 834b690 - Browse repository at this point
Copy the full SHA 834b690View commit details -
build: generate conffiles via Makefile instead of in termux-packages …
…build.sh This changes build order where root directory will be built first before SUBDIRS. https://www.gnu.org/software/automake/manual/html_node/Subdirectories.html
Configuration menu - View commit details
-
Copy full SHA for c3d1b6f - Browse repository at this point
Copy the full SHA c3d1b6fView commit details -
mirrors: fix removed, renamed and moved mirrors not getting deleted d…
…uring package updates by manually deleting them in preinst step The `uninstall-removed-mirrors` target also deletes the removed mirrors from installation prefix, which wasn't being done before for build infrastructure and old files kept getting packed.
Configuration menu - View commit details
-
Copy full SHA for 1945fc9 - Browse repository at this point
Copy the full SHA 1945fc9View commit details -
pkg: ignore invalid mirror files that do not set the
MAIN,X11, `……ROOT` and `WEIGHT` variables to valid values We also unset the 4 variables before sourcing script to ensure the variables were set by the mirror file itself and not already exported before running `pkg` or for potentially a different sourced mirror file. Previously, errors like following would have been generated, like before fixes done in e384398. ``` /data/data/com.termux/files/usr/bin/pkg: line 106: MAIN: unbound variable /data/data/com.termux/files/usr/bin/pkg: line 111: WEIGHT: unbound variable ```
Configuration menu - View commit details
-
Copy full SHA for dbe9dc3 - Browse repository at this point
Copy the full SHA dbe9dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e71c23 - Browse repository at this point
Copy the full SHA 3e71c23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.40.7...v1.41.0