[Pkg-ocaml-maint-commits] [marionnet] branch master updated (628a414 -> 7cfc044)

Lucas Nussbaum lucas at moszumanska.debian.org
Thu Apr 3 14:36:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

lucas pushed a change to branch master
in repository marionnet.

      from  628a414   prepare changelog for upload
       new  2a73147   Imported Upstream version 0.90.6+bzr448
       new  e461f3f   Update changelog
       new  50670d0   Refresh patches
       new  bd63db4   Bump ocamlbricks version to r393
       new  9f72c45   Add patch: 0003-Tweak-ocamldep-search-path.patch
       new  5fa60ae   Add note about use of slirpvde
       new  7cfc044   Add simple script to install testing images

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONFIGME                                           |  13 +-
 Makefile                                           | 110 ++---
 Makefile.local                                     |  27 +-
 cable.ml                                           |  26 +-
 cloud.ml                                           |  12 +-
 cow_files.ml                                       |   2 +-
 daemon_client.ml                                   |  45 +-
 daemon_language.ml                                 |  13 +-
 death_monitor.ml                                   |  44 +-
 debian/README.Debian                               |  10 +
 debian/changelog                                   |   6 +
 debian/control                                     |   4 +-
 debian/marionnet-download-testing-images           |  26 ++
 debian/marionnet.install                           |   1 +
 ...e-installation-paths-for-Debian-packaging.patch |  22 +-
 ...file-installation-paths-in-marionnet.conf.patch |   2 -
 .../patches/0003-Tweak-ocamldep-search-path.patch  |  11 +
 debian/patches/series                              |   1 +
 descendants_monitor.ml                             |  54 +++
 descendants_monitor.mli                            |  25 +
 disk.ml                                            |  59 ++-
 disk.mli                                           |   5 +-
 gettext.ml                                         |   8 +-
 gui/gui_menubar_MARIONNET.ml                       |   7 +-
 gui/ledgrid_manager.ml                             |  59 ++-
 gui/menu_factory.ml                                |   4 +-
 hub.ml                                             |  16 +-
 initialization.ml                                  |  16 +-
 log.ml                                             |  63 +--
 machine.ml                                         |  48 +-
 marionnet-daemon.ml                                | 122 ++---
 marionnet.ml                                       | 114 ++++-
 meta.ml.released                                   |  10 +-
 motherboard_builder.ml                             |   4 +-
 po/messages.pot                                    | 153 ++++---
 progress_bar.ml                                    |   1 -
 router.ml                                          |  66 +--
 .../filesystems/machine-debian-lenny-sid-2008.conf |   2 +-
 share/filesystems/machine-mandriva20100215.conf    |   2 +-
 share/filesystems/machine-pinocchio-14787.conf     |   2 +-
 share/filesystems/machine-template.conf            |   2 +-
 share/filesystems/router-pinocchio-09157.conf      |   2 +-
 signals.ml                                         | 177 --------
 simulation_level.ml                                | 501 +++++++++++----------
 simulation_level.mli                               |  22 +-
 state.ml                                           |  58 ++-
 switch.ml                                          |  38 +-
 task_runner.ml                                     |  18 +-
 treeview.ml                                        |  37 +-
 treeview_defects.ml                                |   2 +-
 treeview_documents.ml                              |   4 +-
 treeview_history.ml                                |   4 +-
 treeview_ifconfig.ml                               | 157 ++++---
 uml/guest/marionnet-relay                          |  48 +-
 uml/pupisto.buildroot/Makefile                     |   2 +-
 uml/pupisto.buildroot/pupisto.buildroot.sh         |  46 +-
 uml/pupisto.debian/pupisto.debian.sh               |  13 +-
 uml/pupisto.kernel/pupisto.kernel.sh               |   3 +
 useful-scripts/marionnet_from_scratch              |  83 +++-
 user_level.ml                                      | 189 ++++----
 version.mli                                        |   2 +
 world_bridge.ml                                    |  14 +-
 world_gateway.ml                                   |  12 +-
 x.ml                                               |  18 +-
 xforest.ml                                         |   4 +-
 65 files changed, 1367 insertions(+), 1304 deletions(-)
 create mode 100755 debian/marionnet-download-testing-images
 create mode 100644 debian/patches/0003-Tweak-ocamldep-search-path.patch
 create mode 100644 descendants_monitor.ml
 create mode 100644 descendants_monitor.mli
 delete mode 100644 signals.ml
 create mode 100644 version.mli

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/marionnet.git



More information about the Pkg-ocaml-maint-commits mailing list