Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
[.travis.yml] make repoman full run stricter
Browse files Browse the repository at this point in the history
expand -d to full --include-dev (includes dev profiles during check)
add --without-mask to check masked packages
add --xmlparse to force metadata.xml check
add --unmatched-removal for strict check of (un)mask files
  • Loading branch information
damex committed Apr 28, 2019
1 parent faeb577 commit 4450758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ before_script:
- ln -s /usr/portage/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
- cd travis-overlay
script:
- python ../portage-repoman-${repoman_version}/repoman/bin/repoman full -d
- python ../portage-repoman-${repoman_version}/repoman/bin/repoman full --include-dev --without-mask --xmlparse --unmatched-removal

0 comments on commit 4450758

Please sign in to comment.