Created tag for Live CD/Live USB release v0.3.5 build config
This commit is contained in:
parent
783824bad9
commit
bd96dede76
101 changed files with 9510 additions and 0 deletions
6
deb-live_v0.3.5/hints/codecoop-website-upload.txt
Normal file
6
deb-live_v0.3.5/hints/codecoop-website-upload.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
by scp or webdav - the last one is the better choice
|
||||
|
||||
1) webdav
|
||||
apt-get install davfs2
|
||||
modprobe coda
|
||||
mount -t davfs https://upload.codecoop.org/groups/cryptobox/ /mnt/ttt
|
23
deb-live_v0.3.5/hints/kernel-build.txt
Normal file
23
deb-live_v0.3.5/hints/kernel-build.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Hints for building and integrating a new kernel into the cryptobox:
|
||||
|
||||
1) get the source
|
||||
download it from http://kernel.org (at least 2.6.11)
|
||||
|
||||
2) configure
|
||||
- copy the current kernel config from the cryptobox/trunk/kernel
|
||||
directory to the kernel source directory as ".config" (the .config
|
||||
can also be found in the current kernel-image-cryptoboxX.Y.deb packagefile)
|
||||
- make menuconfig
|
||||
- make-kpkg --rootcmd fakeroot --revision=cryptoboxY.X kernel_image
|
||||
(replace "Y.X" by the current cryptobox release)
|
||||
|
||||
3) integrating
|
||||
- copy the debian kernel package (see above) and the config file to cryptobox/trunk/kernel
|
||||
- change the "unpackdebs" setting in cryptobox/trunk/etc-default.d/dfs-cbox.conf
|
||||
- add the new kernel package and the config file to the repository (svn add)
|
||||
|
||||
4) afterwork
|
||||
- run "cryptobox/trunk/scripts/cbox-build.sh dfsbuild" to create a fresh base system
|
||||
including the new kernel
|
||||
- test the box with your new kernel
|
||||
- enjoy it! :)
|
51
deb-live_v0.3.5/hints/release-policy.txt
Normal file
51
deb-live_v0.3.5/hints/release-policy.txt
Normal file
|
@ -0,0 +1,51 @@
|
|||
For a new live-CD follow steps 1a and 2a.
|
||||
For a language update live-CD follow steps 1b and 2b.
|
||||
|
||||
0) manually update files:
|
||||
- ntfs-3g debian package (from lenny)
|
||||
|
||||
1a) set current version
|
||||
- cover/cover_[en|de].[odt|pdf]
|
||||
- etc/defaults.d/dfs-cbox.conf (version setting)
|
||||
|
||||
1b) upgrade language files of an old live-cd
|
||||
- rm -rf _builddir/
|
||||
- mount -o loop old_live_cd.iso /mnt/ttt
|
||||
- cp -a /mnt/ttt _builddir/target
|
||||
- update all binary language files by issuing scripts/update_po_files.py
|
||||
in the project's language branch
|
||||
- copy all language files (*.mo) of the updated languages to
|
||||
_builddir/target/usr/locale/....
|
||||
- update the list of available languages in
|
||||
_builddir/target/etc/cryptobox-server/cryptobox.conf
|
||||
- update the version in _builddir/target/boot/grub/menu.lst
|
||||
- update cover/conver_[en|de].[swx|pdf]
|
||||
|
||||
2a) build image
|
||||
- 'scripts/cbox-build.sh release'
|
||||
|
||||
2b) build image and create signatures
|
||||
- 'scripts/cbox-build.sh isoz'
|
||||
- cd _builddir
|
||||
- sha1sum ISO_FILE > ISO_FILE.sha1sum
|
||||
- md5sum ISO_FILE > ISO_FILE.md5sum
|
||||
|
||||
3) release notes
|
||||
- update website
|
||||
- update CHANGELOG
|
||||
|
||||
4) upload to codecoop
|
||||
- check the validity of your ssh-key in your codecoop user account
|
||||
- type "scp $FILE $USERNAME@shell.codecoop.org:."
|
||||
- upload a dummy file with the same name via upload-web-interface to codecoop
|
||||
- ask Jan Kanzleiter <idfx_at_codecoop.org> to replace the dummy with the
|
||||
scp-file and to manually set the filesize (otherwise: it is not displayed at all)
|
||||
- upload the checksumfile created by "md5sum cryptobox_vY.X.iso >cryptobox_vY.X.iso.md5sum"
|
||||
- add release notes and changelog
|
||||
- upload cover_[en|de].pdf
|
||||
|
||||
5) release announcement
|
||||
- http://codecoop.org
|
||||
- http://distrowatch.com
|
||||
- http://livedistro.org
|
||||
- http://linuxlinks.com
|
27
deb-live_v0.3.5/hints/trac-wiki.txt
Normal file
27
deb-live_v0.3.5/hints/trac-wiki.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
some useful macros:
|
||||
* [[TOC]] - at the beginning of the document
|
||||
* [[AutoNav]] - below [[TOC]], followed by a line with "----"
|
||||
* [[AddComment]] - at the end of the page (below "----")
|
||||
* [[WikiInclude($PAGENAME)]] - include another wiki page
|
||||
* [[redirect(wiki:$PAGENAME)]] - redirect to another page (useful to redirect to default lang)
|
||||
* [[Image(file/trunk/cbox-tree.d/var/www/cryptobox-img/screenshots/$NAME)]] - beware: you may use "wiki" or "ticket" instead of "file" - very unusual syntax
|
||||
* [[FootNote(Text)]] - creates a reference to a footnote - the list of footnotes is expanded by "[[FootNote]]"
|
||||
|
||||
special things:
|
||||
* the first level heading ("= TEXT =") is considered as the page title - only lower level headings will be a part of the table of contents
|
||||
* links like "CryptoBoxUser/de" are not recogniced - use "[wiki:CryptoBoxUser/de CryptoBoxUser]" instead
|
||||
* for a deeper level of items or enumerations, you have to add two(!) additional spaces in front of the symbol ("*" or "1.") - this is obviously strange ...
|
||||
|
||||
default page layout:
|
||||
[[TOC]]
|
||||
[[AutoNav]]
|
||||
----
|
||||
|
||||
= Title =
|
||||
|
||||
== Heading ... ==
|
||||
...
|
||||
|
||||
----
|
||||
== Comments ==
|
||||
[[AddComment]]
|
Loading…
Add table
Add a link
Reference in a new issue