]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/commitdiff
The cleanup must be after we published all images
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 18 Nov 2018 17:29:58 +0000 (17:29 +0000)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 18 Nov 2018 17:29:58 +0000 (17:29 +0000)
If the cleanup is before we delete our base image ...

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
generate_image.sh

index e20d85ce2db496c4eee5af1d8a97ab370fe4e06b..379e995061fb21c229e9fc0c448c3a453f722990 100755 (executable)
@@ -512,9 +512,7 @@ sleep 5
 # Check filesystem for damage.
 fsck.${FILESYSTEM} ${outlo}p1
 
-# Cleanup
-cleanup
-
 publish "/home/jschlag/public/ipfire3-images" "${IMAGE_BASE_FILE}"
 
-#compress_image "xz" "${IMAGE_BASE_FILE}"
+# Cleanup
+cleanup