[X2Go-Commits] [[X2Go Wiki]] page changed: doc:howto:tce
wiki-admin at x2go.org
wiki-admin at x2go.org
Thu Jul 27 12:08:46 CEST 2017
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/07/27 10:08
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
IP-Address : 78.43.91.217
Hostname : HSI-KBW-078-043-091-217.hsi4.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/doc:howto:tce?rev=1501150030
New Revision: https://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Starting the Build] timestamping code must come before clean, or it will be unable to find the required directory
User : stefanbaur
@@ -378,13 +378,13 @@
[ -e ./live-image-i386.hybrid.iso ] && ln ./live-image-i386.hybrid.iso ./original-x2go-tce-live-image-i386.hybrid.iso
[ -e ./live-image-i386.iso ] && ln ./live-image-i386.iso ./original-x2go-tce-live-image-i386.iso
mv ./x2go-tce-filesystem.squashfs ./original-x2go-tce-filesystem.squashfs
fi
- lb clean
- rm -rf ./cache
#
create timestamp file
stat -c %Y ./config/includes.chroot/lib >./x2go-tce-timestamp
touch -m -d @$(cat x2go-tce-timestamp) x2go-tce-timestamp
+ lb clean
+ rm -rf ./cache
else
# note that imagetype hdd always ends here,
# due to a harmless error that can be safely ignored, but which sets the error code to != 0
echo -e "Build failed: '$LBX2GO_TCEDIR'"
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
More information about the x2go-commits
mailing list