RepositoryRules: Error when the just-built package does not exist.
This will make version mismatches between the bootstrap repository and the haikuports.cross repository more apparent.
This commit is contained in:
@@ -373,6 +373,11 @@ actions BootstrapRepositoryFetchPackage1
|
||||
--all-dependencies $(HAIKU_PORTER_EXTRA_OPTIONS) \
|
||||
--cross-devel-package "$haikuCrossDevelPackage" $portSpec
|
||||
fi
|
||||
|
||||
if [ ! -e "$package" ]; then
|
||||
echo "Supposedly built package $package does not exist; version mismatch?"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user