Skip to content

Commit

Permalink
[merge] from unstable into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Aug 24, 2024
2 parents 860e1ba + 92772be commit de53ce8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
Binary file modified objects.tar.gz
Binary file not shown.
Binary file modified sherpa-manager.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion support/sherpa-manager.source
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ PIPs:install()

((total_count++))

exec_cmd="$PIP_CMD install --upgrade --no-input $(PIPs-ACinstall-to:List) --cache-dir $PIP_CACHE_PATH 2> >($GREP_CMD -v \"Running pip as the 'root' user\") >&2"
exec_cmd="$PIP_CMD install --upgrade --no-input $(PIPs-ACinstall-to:List) --cache-dir $PIP_CACHE_PATH --root-user-action=ignore"
desc="$total_count auxiliary PIP$(Pluralise "$total_count")"

ShowAsPercentProgress "install $desc" '' "$ok_count" 0 0 "$total_count"
Expand Down
7 changes: 7 additions & 0 deletions workshop/construct-dep-line.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

for a in $(grep '^\[.*\]$' qpkg.conf | sed 's|\[||;s|\]||;/RunLast/d'); do
[[ -n $b ]] && b+=":$a" || b=$a
done

echo "$b"
4 changes: 2 additions & 2 deletions workshop/ideas.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Don't attempt to 'sign' QPKGs after install on unsupported firmware (<4.3.5)

* Check OOM killed pids against inactive daemons and report as-such on status report.

* Takes 3.5 to 6 seconds to build QPKG states on Laura.
Expand Down Expand Up @@ -57,8 +59,6 @@

* BASH completion.

* Service-scripts should show current auto-update setting when displaying basic help.

* Automate generation of 'Packages.md' in wiki using details from 'packages.source' ?
- Would need to store full application description, port numbers, application source.
- Maybe consider another local source file, that builds 'packages.source' first?
Expand Down
4 changes: 2 additions & 2 deletions workshop/issues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Observed issues:

* Will need a new method to detect if QTS 5.2.0 is still starting QPKGs due to async starts.

* Need sherpa to determine the diff between sherpa ClamAV QPKG and the new QNAP ClamAV QPKG so it knwos when to ignore the new one.
- Maybe check installed QPKG author in qpkg.conf?
* Need sherpa to determine the diff between sherpa ClamAV QPKG and the new QNAP ClamAV QPKG so it knows when to ignore the new one.
- Maybe compare installed QPKG authors (in qpkg.conf) against packages file?

* 'sherpa enable-auto-update active' is not running 'enable-auto-update' action.

Expand Down

0 comments on commit de53ce8

Please sign in to comment.