Merge lp:~xnox/debian-cd/drop-unused-imagesums into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 2062
Proposed branch: lp:~xnox/debian-cd/drop-unused-imagesums
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 22 lines (+0/-6)
1 file modified
build_all.sh (+0/-6)
To merge this branch: bzr merge lp:~xnox/debian-cd/drop-unused-imagesums
Reviewer Review Type Date Requested Status
Ubuntu CD Image Team Pending
Review via email: mp+385719@code.launchpad.net

Commit message

Drop generating imagesums, unused.

cdimage generates checksums for the final tree.

To post a comment you must log in.
2062. By Dimitri John Ledkov

Drop generating imagesums, unused.

Revision history for this message
Steve Langasek (vorlon) wrote :

this drops the imagesums call for the binary images, but not for the source images?

2063. By Dimitri John Ledkov

Drop imagesums for source isos too. Unused.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

> this drops the imagesums call for the binary images, but not for the source
> images?

Dropped for source images too now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build_all.sh'
2--- build_all.sh 2012-03-20 19:31:03 +0000
3+++ build_all.sh 2020-06-17 10:53:59 +0000
4@@ -84,8 +84,6 @@
5 fi
6 export OUT="$TMP_OUT/src"; mkdir -p $OUT
7 make src-official_images $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
8- echo Generating MD5Sums of the source images
9- make imagesums
10 echo Generating list files for source images
11 make pi-makelist
12 if [ "$CDIMAGE_ONLYSOURCE" != 1 ]; then
13@@ -120,9 +118,5 @@
14 echo Compressing CD images
15 make bin-compress_images
16 fi
17- if [ "$CDIMAGE_ONLYSOURCE" != 1 ]; then
18- echo Generating MD5Sums of the binary images
19- make imagesums
20- fi
21 echo "--------------- `date` ---------------"
22 done

Subscribers

People subscribed via source and target branches