Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_classic22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ parts:
echo "This file is a workaround for a bug in the automated snap review tool" > $SNAPCRAFT_PART_INSTALL/size_workaround
echo "this only contains random bytes to pad the snap to 16kb" >> $SNAPCRAFT_PART_INSTALL/size_workaround
echo "see: https://bugs.launchpad.net/review-tools/+bug/2049093" >> $SNAPCRAFT_PART_INSTALL/size_workaround
cat /dev/urandom | head -c 16384 >> $SNAPCRAFT_PART_INSTALL/size_workaround
head -c 16384 /dev/urandom >> $SNAPCRAFT_PART_INSTALL/size_workaround