Skip to content

Commit

Permalink
deb_autobake - symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan authored and fauust committed Oct 24, 2023
1 parent 1f22529 commit c91edc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ f_deb_autobake.addStep(steps.SetPropertyFromCommand(command="find .. -maxdepth 1
f_deb_autobake.addStep(dpkgDeb())
f_deb_autobake.addStep(steps.ShellCommand(name='save_packages', timeout=7200, haltOnFailure=True,
command=util.Interpolate("""
source /etc/os-release
. /etc/os-release &&
mkdir -p /packages/%(prop:tarbuildnum)s/%(prop:buildername)s &&
cp -r debs/ sha256sums.txt /packages/%(prop:tarbuildnum)s/%(prop:buildername)s/ &&
cat << EOF > /packages/%(prop:tarbuildnum)s/%(prop:buildername)s/mariadb.sources &&
cat << EOF > /packages/%(prop:tarbuildnum)s/%(prop:buildername)s/mariadb.sources
X-Repolib-Name: MariaDB
Types: deb
URIs: https://ci.mariadb.org/%(prop:tarbuildnum)s/%(prop:buildername)s/
Expand Down

0 comments on commit c91edc6

Please sign in to comment.