forked from planetlab/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanetlab-k32-tags.mk
60 lines (59 loc) · 4.22 KB
/
planetlab-k32-tags.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# build-GITPATH is now set by vbuild-nightly.sh to avoid duplication
mkinitrd-GITPATH := git://git.planet-lab.org/[email protected]
linux-2.6-BRANCH := 32
linux-2.6-GITPATH := git://git.planet-lab.org/linux-2.6.git@32
# help out spec2make on f8 and centos5, due to a bug in rpm
ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
kernel-WHITELIST-RPMS := kernel-devel,kernel-headers
endif
kernel-DEVEL-RPMS += elfutils-libelf-devel
madwifi-GITPATH := git://git.planet-lab.org/madwifi.git@madwifi-4132-6
iptables-GITPATH := git://git.planet-lab.org/[email protected]
# we use the stock iproute2 with 2.6.32, since our gre patch is not needed anymore with that kernel
# note that this should be consistently reflected in yumexclude
ALL := $(filter-out iproute,$(ALL))
util-vserver-GITPATH := git://git.planet-lab.org/[email protected]
libnl-GITPATH := git://git.planet-lab.org/[email protected]
util-vserver-pl-GITPATH := git://git.planet-lab.org/[email protected]
nodeupdate-GITPATH := git://git.planet-lab.org/[email protected]
PingOfDeath-SVNPATH := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDeath-2.2-1
plnode-utils-GITPATH := git://git.onelab.eu/[email protected]
nodemanager-GITPATH := git://git.planet-lab.org/[email protected]
# Trellis-specific NodeManager plugins
nodemanager-topo-GITPATH := git://git.planet-lab.org/NodeManager-topo@master
NodeManager-optin-SVNPATH := http://svn.planet-lab.org/svn/NodeManager-optin/trunk
#
pl_sshd-SVNPATH := http://svn.planet-lab.org/svn/pl_sshd/tags/pl_sshd-1.0-11
codemux-GITPATH := git://git.planet-lab.org/[email protected]
fprobe-ulog-SVNPATH := http://svn.planet-lab.org/svn/fprobe-ulog/tags/fprobe-ulog-1.1.3-3
pf2slice-SVNPATH := http://svn.planet-lab.org/svn/pf2slice/tags/pf2slice-1.0-2
mom-GITPATH := git://git.planet-lab.eu/[email protected]
inotify-tools-SVNPATH := http://svn.planet-lab.org/svn/inotify-tools/tags/inotify-tools-3.13-2
openvswitch-GITPATH := git://git.planet-lab.org/openvswitch.git@master
vsys-GITPATH := git://git.planet-lab.org/[email protected]
vsys-scripts-GITPATH := git://git.planet-lab.org/[email protected]
plcapi-GITPATH := git://git.planet-lab.org/[email protected]
drupal-GITPATH := git://git.planet-lab.org/[email protected]
plewww-GITPATH := git://git.planet-lab.org/[email protected]
www-register-wizard-SVNPATH := http://svn.planet-lab.org/svn/www-register-wizard/tags/www-register-wizard-4.3-5
monitor-GITPATH := git://git.planet-lab.org/[email protected]
PLCRT-SVNPATH := http://svn.planet-lab.org/svn/PLCRT/tags/PLCRT-1.0-11
pyopenssl-GITPATH := git://git.planet-lab.org/[email protected]
###
pyaspects-GITPATH := git://git.planet-lab.org/[email protected]
omf-GITPATH := git://git.onelab.eu/[email protected]
###
sfa-GITPATH := git://git.planet-lab.org/[email protected]
sface-GITPATH := git://git.planet-lab.org/[email protected]
nodeconfig-GITPATH := git://git.planet-lab.org/[email protected]
bootmanager-GITPATH := git://git.planet-lab.org/[email protected]
pypcilib-GITPATH := git://git.planet-lab.org/[email protected]
pyplnet-GITPATH := git://git.planet-lab.org/[email protected]
DistributedRateLimiting-SVNPATH := http://svn.planet-lab.org/svn/DistributedRateLimiting/tags/DistributedRateLimiting-0.1-1
pcucontrol-GITPATH := git://git.planet-lab.org/[email protected]
bootcd-GITPATH := git://git.planet-lab.org/[email protected]
sliceimage-GITPATH := git://git.planet-lab.org/sliceimage.git@master
nodeimage-GITPATH := git://git.planet-lab.org/[email protected]
myplc-GITPATH := git://git.planet-lab.org/[email protected]
# locating the right test directory - see make tests_gitpath
tests-GITPATH := git://git.planet-lab.org/[email protected]