File tree Expand file tree Collapse file tree
packages/delphix-platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # Copyright 2018, 2020 Delphix
3+ # Copyright 2018, 2026 Delphix
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
1818
1919DEFAULT_PACKAGE_GIT_URL=" https://github.com/delphix/delphix-platform.git"
2020
21+ function prepare() {
22+ logmust cd " $WORKDIR /repo"
23+ logmust sudo make build-deps
24+ }
25+
2126function build() {
2227 logmust cd " $WORKDIR /repo"
23- logmust ansible-playbook bootstrap/playbook.yml
24- logmust ./scripts/docker-run.sh make packages \
25- VERSION=" 1.0.0-$PACKAGE_REVISION "
28+ logmust sudo make packages VERSION=" 1.0.0-$PACKAGE_REVISION "
2629 logmust sudo chown -R " $USER :" artifacts
27- logmust mv artifacts/* deb " $WORKDIR /artifacts/"
30+ logmust sudo mv artifacts/* deb " $WORKDIR /artifacts/"
2831}
You can’t perform that action at this time.
0 commit comments