Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Nov 27, 2023
1 parent 2fbe440 commit fbeb4b8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,21 +183,20 @@ def createDebRepo():
haltOnFailure=True,
command=[
"bash",
"-exc",
"-xc",
util.Interpolate(
"""
. /etc/os-release
cd ..
mkdir -p conf/
cat << EOF > conf/distributions
mkdir -p ../conf/
cat << EOF > ../conf/distributions
Origin: MariaDB
Label: MariaDB
Codename: bullseye
Codename: $VERSION_CODENAME
Architectures: %(prop:arch)s source
Components: main
Description: MariaDB Repository
EOF
reprepro -b . --ignore=wrongsourceversion include $VERSION_CODENAME *.changes
reprepro -b .. --ignore=wrongsourceversion include $VERSION_CODENAME ../*.changes
ls -l
"""
),
Expand Down

0 comments on commit fbeb4b8

Please sign in to comment.