/[ports]
ViewVC logotype

Revision 554893


Jump to revision: Previous Next
Author: mat
Date: Wed Nov 11 13:29:52 2020 UTC (3 years, 7 months ago)
Changed paths: 22
Log Message:
Add set pipefail in most framework scripts.

set pipefail changes the pipeline return status from being the return
status of the last command to the last non 0 exit status of any command
in the pipeline.  This is needed to make sure all the commands in a
pipeline did actually return a non 0 status and not only the last one.

PR:		250723
Exp-run by:	antoine
Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D27007


Changed paths

Path Details
Directoryhead/Mk/Scripts/check-desktop-entries.sh modified , text changed
Directoryhead/Mk/Scripts/check-stagedir.sh modified , text changed
Directoryhead/Mk/Scripts/check-vulnerable.sh modified , text changed
Directoryhead/Mk/Scripts/check_leftovers.sh modified , text changed
Directoryhead/Mk/Scripts/checksum.sh modified , text changed
Directoryhead/Mk/Scripts/create-manifest.sh modified , text changed
Directoryhead/Mk/Scripts/depends-list.sh modified , text changed
Directoryhead/Mk/Scripts/desktop-categories.sh modified , text changed
Directoryhead/Mk/Scripts/dialog4ports.sh modified , text changed
Directoryhead/Mk/Scripts/do-depends.sh modified , text changed
Directoryhead/Mk/Scripts/do-fetch.sh modified , text changed
Directoryhead/Mk/Scripts/do-patch.sh modified , text changed
Directoryhead/Mk/Scripts/do-users-groups.sh modified , text changed
Directoryhead/Mk/Scripts/find-lib.sh modified , text changed
Directoryhead/Mk/Scripts/generate-symbols.sh modified , text changed
Directoryhead/Mk/Scripts/install-desktop-entries.sh modified , text changed
Directoryhead/Mk/Scripts/makesum.sh modified , text changed
Directoryhead/Mk/Scripts/plist_sub_sed_sort.sh modified , text changed
Directoryhead/Mk/Scripts/ports_env.sh modified , text changed
Directoryhead/Mk/Scripts/qa.sh modified , text changed
Directoryhead/Mk/Scripts/rust-compat11-canary.sh modified , text changed
Directoryhead/Mk/Scripts/smart_makepatch.sh modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27