- Timestamp:
- Nov 16, 2007, 12:31:29 AM (18 years ago)
- Location:
- devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Base.pm
r286 r287 176 176 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu 177 177 # 178 #vmlist pb= mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10178 #vmlist $proj = mandrake_10.1,mandrake_10.2,mandriva_2006.0,mandriva_2007.0,mandriva_2007.1,mandriva_2008.0,redhat_7.3,redhat_9,fedora_4,fedora_5,fedora_6,fedora_7,rhel_3,rhel_4,rhel_5,suse_10.0,suse_10.1,suse_10.2,suse_10.3,sles_9,sles_10,gentoo_nover,debian_3.1,debian_4.0,ubuntu_6.06,ubuntu_7.04,ubuntu_7.10 179 179 180 180 # … … 187 187 188 188 # We suppose we can commmunicate with the VM through SSH 189 #vmhost pb= localhost190 #vmlogin pb= pb191 #vmport pb= 2222189 #vmhost $proj = localhost 190 #vmlogin $proj = pb 191 #vmport $proj = 2222 192 192 193 193 # Timeout to wait when VM is launched/stopped … … 195 195 196 196 # per VMs needed paramaters 197 #vmopt pb= -m 384 -daemonize198 #vmpath pb= /home/qemu199 #vmsize pb= 5G197 #vmopt $proj = -m 384 -daemonize 198 #vmpath $proj = /home/qemu 199 #vmsize $proj = 5G 200 200 201 201 # -
devel/pb/lib/ProjectBuilder/Distribution.pm
r265 r287 158 158 # Tested 159 159 'gentoo' => '.* version (.+)', 160 'debian' => '(.+)',161 160 'slackware' => 'S[^ ]* (.+)$', 162 161 # There should be no ambiguity between potential ambiguous distro … … 172 171 'suse' => 'SUSE LINUX (\d.+) \(', 173 172 'opensuse' => 'openSUSE (\d.+) \(', 173 'debian' => '(.+)', 174 174 'lsb' => '.*[^Ubunt].*\nDISTRIB_RELEASE=(.+)', 175 175 # Ubuntu 6.06 includes a /etc/debian_version file that needs to be -
devel/pbconf/project-builder/rpm/project-builder.spec
r286 r287 48 48 %files 49 49 %defattr(-,root,root) 50 %doc ChangeLog 51 %doc INSTALL COPYING README AUTHORScontrib/pbsetupqemu50 %doc ChangeLog NEWS AUTHORS 51 %doc INSTALL COPYING README contrib/pbsetupqemu 52 52 53 53 %{perlvendorlib}/*
Note:
See TracChangeset
for help on using the changeset viewer.