~ubuntu-branches/debian/sid/opennebula/sid

« back to all changes in this revision

Viewing changes to share/examples/tm/tm_mkimage.sh

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2012-05-11 19:27:43 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120511192743-lnz8gog5uxzmx2f3
Tags: 3.4.1-1
* New upstream release:
  - d/patches/default_conf.diff: Drop, transfert manager is now handled
    on a datasatore basis.
  - d/patches/genisoimage.diff: Merged upstream.
  - d/patches/oneacct-system-wide-installation.patch: Merged upstream.
  - Refresh others patches.
  - Update *.install files.
* Improve OCCI Self-Service UI integration:
  - Install into /usr/share/opennebula/occi/.
  - occi_system_jquery.diff: Use system wide jquery/jqueryui.
  - Add Recommends: libjs-jquery, libjs-jquery-ui for opennebula package.
* Add Suggests: ruby-uuidtools for econe-server.
* Install more manpages from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
# -------------------------------------------------------------------------- #
4
 
# Copyright 2002-2012, OpenNebula Project Leads (OpenNebula.org)             #
5
 
#                                                                            #
6
 
# Licensed under the Apache License, Version 2.0 (the "License"); you may    #
7
 
# not use this file except in compliance with the License. You may obtain    #
8
 
# a copy of the License at                                                   #
9
 
#                                                                            #
10
 
# http://www.apache.org/licenses/LICENSE-2.0                                 #
11
 
#                                                                            #
12
 
# Unless required by applicable law or agreed to in writing, software        #
13
 
# distributed under the License is distributed on an "AS IS" BASIS,          #
14
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
15
 
# See the License for the specific language governing permissions and        #
16
 
# limitations under the License.                                             #
17
 
#--------------------------------------------------------------------------- #
18
 
 
19
 
if [ -z "${ONE_LOCATION}" ]; then
20
 
    TMCOMMON=/usr/lib/one/mads/tm_common.sh
21
 
else
22
 
    TMCOMMON=$ONE_LOCATION/lib/mads/tm_common.sh
23
 
fi
24
 
 
25
 
. $TMCOMMON
26
 
 
27
 
log "mkimage placeholder"