Skip to content

Commit

Permalink
setup: use entrypoint to generate mkosi instead of symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
behrmann committed Feb 18, 2020
1 parent 3a3a21e commit 5304809
Show file tree
Hide file tree
Showing 4 changed files with 4,879 additions and 4,876 deletions.
2 changes: 1 addition & 1 deletion ci/semaphore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo apt --yes install python3.6 python3-pip debootstrap systemd-container squas
testimg()
{
img="$1"
sudo python3.6 ./mkosi --no-chown --default ./mkosi.files/mkosi."$img"
sudo python3.6 ./mkosi.py --no-chown --default ./mkosi.files/mkosi."$img"
if test -f mkosi.output/"$img".raw ; then
sudo rm -f mkosi.output/"$img".raw
elif test -d mkosi.output/"$img" ; then
Expand Down
Loading

0 comments on commit 5304809

Please sign in to comment.