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
=== modified file 'build_all.sh'
--- build_all.sh 2012-03-20 19:31:03 +0000
+++ build_all.sh 2020-06-17 10:53:59 +0000
@@ -84,8 +84,6 @@
84 fi84 fi
85 export OUT="$TMP_OUT/src"; mkdir -p $OUT85 export OUT="$TMP_OUT/src"; mkdir -p $OUT
86 make src-official_images $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE86 make src-official_images $SIZE_ARGS SRCSIZELIMIT=$FULL_SIZE
87 echo Generating MD5Sums of the source images
88 make imagesums
89 echo Generating list files for source images87 echo Generating list files for source images
90 make pi-makelist88 make pi-makelist
91 if [ "$CDIMAGE_ONLYSOURCE" != 1 ]; then89 if [ "$CDIMAGE_ONLYSOURCE" != 1 ]; then
@@ -120,9 +118,5 @@
120 echo Compressing CD images118 echo Compressing CD images
121 make bin-compress_images119 make bin-compress_images
122 fi120 fi
123 if [ "$CDIMAGE_ONLYSOURCE" != 1 ]; then
124 echo Generating MD5Sums of the binary images
125 make imagesums
126 fi
127 echo "--------------- `date` ---------------"121 echo "--------------- `date` ---------------"
128done122done

Subscribers

People subscribed via source and target branches