mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Merge branch 'stretch' of https://github.com/YunoHost/cd_build into stretch
This commit is contained in:
commit
e8fc6804dc
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ function build
|
|||
sed -i "s#$REPO_URL stretch stable testing#$REPO_URL $DEB_DIST stable#" profiles/*.preseed
|
||||
fi
|
||||
|
||||
rm -rf ./tmp
|
||||
rm -rf $(pwd)/tmp
|
||||
rm -rf $(pwd)/images/debian*
|
||||
|
||||
# Build a simple/regular debian CD image ?
|
||||
sudo -u yunohost build-simple-cdd --dist $DEB_DIST --conf ./simple-cdd-$ARCH.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue