module-tools & git clone : specify --depth only when necessary 5.3.8
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 3 Apr 2015 08:26:59 +0000 (10:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 3 Apr 2015 08:26:59 +0000 (10:26 +0200)
Merge branch 'master' of ssh://git.onelab.eu/git/build

1  2 
lxc-tags.mk
module-tools.py
onelab-tags.mk

diff --combined lxc-tags.mk
@@@ -1,15 -1,15 +1,15 @@@
  lxc-userspace-GITPATH           := git://git.onelab.eu/lxc-userspace.git@lxc-userspace-1.0-12
  transforward-GITPATH            := git://git.onelab.eu/transforward.git@transforward-0.1-9
  procprotect-GITPATH             := git://git.onelab.eu/procprotect.git@procprotect-0.4-7
 -ipfw-GITPATH                    := https://code.google.com/p/dummynet@e717cdd4bef764a4aa7babedc54220b35b04c777
 -# this was known to work with f18 but not f20
 -#ipfw-GITPATH                    := git://git.code.sf.net/p/dummynet/code@155b6cd31089b4763297d579e9c9945393f00c40
 +# ipfw-sourceforge.git (obsolete) mirrored on git.onelab.eu from git://git.code.sf.net/p/dummynet/code
 +# ipfw-google.git (current) is mirrored on git.onelab.eu from https://code.google.com/p/dummynet
 +ipfw-GITPATH                    := git://git.onelab.eu/ipfw-google.git@e717cdd4bef764a4aa7babedc54220b35b04c777
  comgt-GITPATH                 := git://git.onelab.eu/comgt.git@0.3
  planetlab-umts-tools-GITPATH    := git://git.onelab.eu/planetlab-umts-tools.git@planetlab-umts-tools-0.7-1
  nodeupdate-GITPATH              := git://git.onelab.eu/nodeupdate.git@nodeupdate-0.5-11
  PingOfDeath-GITPATH           := git://git.onelab.eu/pingofdeath.git@PingOfDeath-2.2-1
  plnode-utils-GITPATH            := git://git.onelab.eu/plnode-utils.git@plnode-utils-0.2-2
- nodemanager-GITPATH             := git://git.onelab.eu/nodemanager.git@master
+ nodemanager-GITPATH             := git://git.onelab.eu/nodemanager.git@nodemanager-5.2-16
  #
  pl_sshd-GITPATH                       := git://git.onelab.eu/pl_sshd.git@pl_sshd-1.0-11
  codemux-GITPATH                       := git://git.onelab.eu/codemux.git@codemux-0.1-15
diff --combined module-tools.py
@@@ -280,9 -280,9 +280,10 @@@ class GitRepository
                  return line.split()[2]
  
      @classmethod
--    def clone(cls, remote, local, options, depth=0):
++    def clone(cls, remote, local, options, depth=None):
          Command("rm -rf %s" % local, options).run_silent()
--        Command("git clone --depth %d %s %s" % (depth, remote, local), options).run_fatal()
++        depth_option = "" if depth is None else " --depth {}".format(depth)
++        Command("git clone{} {} {}".format(depth_option, remote, local), options).run_fatal()
          return GitRepository(local, options)
  
      @classmethod
diff --combined onelab-tags.mk
@@@ -1,11 -1,8 +1,11 @@@
  ###
  linux-2.6-BRANCH              := 32
  linux-2.6-GITPATH               := git://git.onelab.eu/linux-2.6.git@linux-2.6-32-36
 +# ipfw-sourceforge.git (obsolete) mirrored on git.onelab.eu from git://git.code.sf.net/p/dummynet/code
 +# ipfw-GITPATH                        := git://git.onelab.eu/ipfw-sourceforge.git@ipfw-20130423-1
 +# ipfw-google.git (current) is mirrored on git.onelab.eu from https://code.google.com/p/dummynet
 +ipfw-GITPATH                    := git://git.onelab.eu/ipfw-google.git@e717cdd4bef764a4aa7babedc54220b35b04c777
  
 -ipfw-GITPATH                    := git://git.onelab.eu/ipfw-sourceforge.git@ipfw-20130423-1
  madwifi-GITPATH                 := git://git.onelab.eu/madwifi.git@madwifi-4132-6
  iptables-GITPATH                := git://git.onelab.eu/iptables.git@iptables-1.4.10-5
  ###
@@@ -17,7 -14,7 +17,7 @@@ util-vserver-pl-GITPATH         := git:
  nodeupdate-GITPATH              := git://git.onelab.eu/nodeupdate.git@nodeupdate-0.5-11
  PingOfDeath-GITPATH           := git://git.onelab.eu/pingofdeath.git@PingOfDeath-2.2-1
  plnode-utils-GITPATH            := git://git.onelab.eu/plnode-utils.git@plnode-utils-0.2-2
- nodemanager-GITPATH             := git://git.onelab.eu/nodemanager.git@master
+ nodemanager-GITPATH             := git://git.onelab.eu/nodemanager.git@nodemanager-5.2-16
  pl_sshd-GITPATH                       := git://git.onelab.eu/pl_sshd.git@pl_sshd-1.0-11
  codemux-GITPATH                       := git://git.onelab.eu/codemux.git@codemux-0.1-15
  fprobe-ulog-GITPATH             := git://git.onelab.eu/fprobe-ulog.git@fprobe-ulog-1.1.4-3