easy-build: also update task files derived from tasksel
This commit is contained in:
parent
aec7c50df4
commit
0861e3903c
|
@ -125,6 +125,11 @@ if [ "$LOCAL" ] && [ "$UPDATE_LOCAL" ]; then
|
|||
fi
|
||||
|
||||
if [ -d tasks ]; then
|
||||
if [ $DISKTYPE = CD ] || [ $DISKTYPE = DVD ]; then
|
||||
echo "Updating task files derived from tasksel..."
|
||||
make update-tasks
|
||||
fi
|
||||
|
||||
echo "Updating debian-installer task files..."
|
||||
(
|
||||
cd tasks
|
||||
|
@ -145,5 +150,7 @@ if [ -d .svn ]; then
|
|||
echo
|
||||
echo "Cleanup: reverting generated changes in tasks..."
|
||||
svn revert tasks/debian-installer-* \
|
||||
tasks/debian-installer+kernel-*
|
||||
tasks/debian-installer+kernel-* \
|
||||
tasks/task-essential-* \
|
||||
tasks/task-full-*
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue