~sil2100/ubuntu-cdimage/pass_build_id

« back to all changes in this revision

Viewing changes to lib/cdimage/tree.py

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2019-10-16 10:34:22 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20191016103422-nx7ldalv99c1n3md
Crap, didn't commit the line break.

Show diffs side-by-side

added added

removed removed

Lines of Context:
776
776
        elif arch == "armhf+raspi2":
777
777
            sentences.append("For Raspberry Pi 2 boards.")
778
778
        elif arch in ("arm64+raspi3", "armhf+raspi3"):
779
 
            sentences.append("For modern Raspberry Pi boards (Pi 2, Pi 3, Pi 4).")
 
779
            sentences.append("For modern Raspberry Pi boards (Pi 2, Pi 3 and "
 
780
                             "Pi 4).")
780
781
        elif arch == "armel":
781
782
            sentences.append("For ARMv7 processors and above.")
782
783
        elif arch == "armel+dove":