Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Aug 23, 2024
1 parent 795c10d commit ae58f22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ git -C ports/ checkout -qf "$(git -C ports/ merge-base macports/master HEAD)"
if ! wait $curl_portindex_pid; then
echo "Fetching PortIndex failed: $?"
fi
ls -l PortIndex*
## Ignore portindex errors on common ancestor
(cd ports/ && portindex)
ls -l PortIndex*
git -C ports/ checkout -qf -
ls -l PortIndex*
(cd ports/ && portindex -e)
ls -l PortIndex*
endgroup

port info --index --description paq8

begingroup "Running postflight"
# Create macports user
Expand Down
2 changes: 1 addition & 1 deletion archivers/paq8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ revision 1
categories archivers
license GPL-2+
maintainers {jmr @jmroot} openmaintainer
description PAQ8, a tight but slow compressor
description MODIFIED
long_description PAQ is a series of open source data compression \
archivers that have evolved through collaborative \
development to top rankings on several benchmarks \
Expand Down

0 comments on commit ae58f22

Please sign in to comment.