Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
787eb59e
Commit
787eb59e
authored
Nov 11, 2018
by
segfault
Browse files
Remove ".iso" from other artifact's names (refs:
#15990
)
parent
ef0f01f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/build
View file @
787eb59e
...
...
@@ -138,10 +138,10 @@ case "$LB_BINARY_IMAGES" in
;;
esac
BUILD_ISO_FILENAME
=
"${BUILD_BASENAME}.iso"
BUILD_MANIFEST
=
"${BUILD_
ISO_FIL
ENAME}.build-manifest"
BUILD_APT_SOURCES
=
"${BUILD_
ISO_FIL
ENAME}.apt-sources"
BUILD_PACKAGES
=
"${BUILD_
ISO_FIL
ENAME}.packages"
BUILD_LOG
=
"${BUILD_
ISO_FIL
ENAME}.buildlog"
BUILD_MANIFEST
=
"${BUILD_
BAS
ENAME}.build-manifest"
BUILD_APT_SOURCES
=
"${BUILD_
BAS
ENAME}.apt-sources"
BUILD_PACKAGES
=
"${BUILD_
BAS
ENAME}.packages"
BUILD_LOG
=
"${BUILD_
BAS
ENAME}.buildlog"
BUILD_USB_IMAGE_FILENAME
=
"${BUILD_BASENAME}.img"
# Clone all output, from this point on, to the log file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment