~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix-for-zesty

« back to all changes in this revision

Viewing changes to live-build/auto/config

  • Committer: Iain Lane
  • Date: 2016-11-04 11:01:13 UTC
  • mfrom: (1446.1.1 livecd-rootfs)
  • Revision ID: iain.lane@canonical.com-20161104110113-ckg4gjhw72gf2kqk
Merge lp:~laney/livecd-rootfs/lp1627190 - don't purge .pyc files any more

Show diffs side-by-side

added added

removed removed

Lines of Context:
575
575
add_chroot_hook remove-udev-persistent-rules
576
576
 
577
577
case $PROJECT in
578
 
        ubuntu-server|ubuntu-cpc)
579
 
                ;;
580
 
 
581
 
        *)
 
578
        # if any flavours want to strip .pyc files from their live images, add them here
 
579
        _)
582
580
                add_chroot_hook remove-python-py
583
581
                ;;
584
582
esac