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) \
|
--all-dependencies $(HAIKU_PORTER_EXTRA_OPTIONS) \
|
||||||
--cross-devel-package "$haikuCrossDevelPackage" $portSpec
|
--cross-devel-package "$haikuCrossDevelPackage" $portSpec
|
||||||
fi
|
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