Merge pull request #1317 from eerhardt/MovePackageTool
Move the debian package_tool into our \tools directory.
This commit is contained in:
commit
5b84d9df00
28 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ if [ "$OSNAME" != "ubuntu" ]; then
|
|||
fi
|
||||
|
||||
PACKAGING_ROOT="$REPOROOT/packaging/debian"
|
||||
PACKAGING_TOOL_DIR="$REPOROOT/tools/DebianPackageTool"
|
||||
|
||||
OUTPUT_DIR="$REPOROOT/artifacts"
|
||||
PACKAGE_LAYOUT_DIR="$OUTPUT_DIR/deb_intermediate"
|
||||
|
@ -90,7 +91,7 @@ create_debian_package(){
|
|||
|
||||
mkdir -p "$PACKAGE_OUTPUT_DIR"
|
||||
|
||||
"$PACKAGING_ROOT/package_tool/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_CLI_VERSION -n $DOTNET_DEB_PACKAGE_NAME
|
||||
"$PACKAGING_TOOL_DIR/package_tool" -i "$PACKAGE_LAYOUT_DIR" -o "$PACKAGE_OUTPUT_DIR" -v $DOTNET_CLI_VERSION -n $DOTNET_DEB_PACKAGE_NAME
|
||||
}
|
||||
|
||||
test_debian_package(){
|
||||
|
|
Loading…
Add table
Reference in a new issue