~ubuntu-branches/ubuntu/wily/marionnet/wily

« back to all changes in this revision

Viewing changes to uml/pupisto.debian/pupisto.debian.sh.files/package_catalog/README

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum, Nicolas Dandrimont, Lucas Nussbaum
  • Date: 2013-07-10 10:07:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130710100733-7x76fd0n7k3a049a
Tags: 0.90.6+bzr434-1
[ Nicolas Dandrimont ]
* New upstream snapshot
  - Fixes FTBFS from the LedGrid module move (Closes: #713534)
* Add myself to uploaders
* Bump ocamlbricks requirement
* Move to Standards-Version 3.9.4 (no changes)
* Use canonical Vcs URIs
* Add DEP-3 info to the patches
* Add multiarch instructions to run marionnet on amd64

[ Lucas Nussbaum ]
* Add patch to add a --download-only option to marionnet_from_scratch.
* Document how to install kernels and filesystems in README.Debian
* New upstream snapshot (r434).
* Drop 0003-Hack-marionnet-from-scratch-to-download-only.patch: the idea
   was merged upstream.
* Bump ocamlbricks dependency to r367.
* Do not list README.Debian in debian/docs (not needed).
* Add init script:
  - Display a warning when no kernels or filesystems are found.
  - Improve doc in README.Debian about kernels and filesystems.
  - Add depend on lsb-base.
* Add missing dependency on uml-utilities.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
About files `binary_list*'
 
2
------------------------
 
3
The files `binary_list.machine-*.*' have been generated launching in Marionnet
 
4
the corresponding virtual machine, then executing (as root) the following
 
5
bash function:
 
6
 
 
7
function binary_list {
 
8
 local i DIRS
 
9
 DIRS=$(for i in ${PATH//:/ }; do [[ -d $i ]] && echo $i; done)
 
10
 find $DIRS -perm -u=x ! -type d ! -name "*[.]so*" -exec basename {} \; | sort | tr '\n' ' '
 
11
}
 
12
 
 
13
About file `package_catalog.{wheezy,squeeze}.GENERATED'
 
14
-------------------------------------------------------
 
15
Note that the generation of files `package_catalog.{wheezy,squeeze}.GENERATED'
 
16
takes about 1 hour in a system with a good internet connection.
 
17
 
 
18
About files `package_catalog.{wheezy,squeeze}.selection'
 
19
--------------------------------------
 
20
The file `package_catalog.$RELEASE.selection' is the unique relevant source of
 
21
informations for the script `pupisto.debian.sh'. Uncommented lines specify
 
22
the packages that we want to include in the generated debian filesystem.
 
23
If you rebuild the file `package_catalog.$RELEASE.GENERATED' (make $RELEASE),
 
24
you have to manually merge it with `package_catalog.$RELEASE.selection'.
 
25
For instance, if you have the tool `kdiff3' installed, you can proceed as follows:
 
26
(I suppose here RELEASE="wheezy")
 
27
 
 
28
$ make package_catalog.wheezy.COMPLETE.COMMENTED.selection
 
29
 
 
30
$ kdiff3 -m -o /tmp/merging  package_catalog.wheezy.{selection,COMPLETE.COMMENTED.selection}
 
31
  (resolve conflicts selecting B)
 
32
 
 
33
# UPDATE!
 
34
$ cat /tmp/merging > package_catalog.wheezy.selection