Changeset 1175 in ProjectBuilder
- Timestamp:
- Feb 4, 2011, 2:31:32 AM (14 years ago)
- Location:
- projects
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/CDDBeditor/devel/CDDBeditor/bin/CDDBeditor
r1170 r1175 195 195 # Determine whether we can submit changes by e-mail. 196 196 197 my ($ce_sl, $ce_sh) = Newt::GetScreenSize(); 198 197 199 # First panel for configuration parameters 198 200 Newt::Cls(); … … 202 204 203 205 my $flag = NEWT_ENTRY_SCROLL; 204 my ($ce_sl, $ce_sh) = Newt::GetScreenSize();205 206 # Need 23 char for track and time 206 207 my $width = $ce_sl - 23; -
projects/afio/pbconf/2.5/afio.pb
r787 r1175 18 18 # 19 19 #pburl afio = http://members.brabant.chello.nl/~k.holtman/afio-2.5.tgz 20 pburl afio = http://www.ibiblio.org/pub/linux/system/backup/afio-2.5.tgz 20 #pburl afio = http://www.ibiblio.org/pub/linux/system/backup/afio-2.5.tgz 21 pburl afio = ftp://ftp.mondorescue.org/src/afio-2.5.tgz 21 22 22 23 # Check whether project is well formed … … 66 67 #filteredfiles afio = Makefile.PL,configure.in,install.sh,afio.8 67 68 #supfiles afio = afio.init 69 70 vmlist afio = asianux-2-i386,asianux-3-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,asianux-2-x86_64,asianux-3-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64 71 6_64,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64 -
projects/mondorescue/pbconf/branches/2.2.9/mindi/pbcl
r1057 r1175 3 3 MINDI CHANGES 4 4 5 2.0.7. 6 (2010-06-15)5 2.0.7.7 (2011-01-28) 6 6 - TBD 7 8 2.0.7.6 (2011-01-28) 9 - Adds support for hpsa (new HP Smart Array driver), r8169, xhci, virtio, mega_sr, ide_gd_mod, pata_jmicron, cp210x, dca, raid6_pq, xor async_tx, async_memcpy, async_xor, pata_sil680 drivers (Bruno Cornec) 10 - Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (Bruno Cornec) 11 - Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way. (Bruno Cornec) 12 - Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (Bruno Cornec) 13 - Boot size pushed to 20MB (Bruno Cornec) 14 - Fix #446 by exiting mindi before doing anything weird in it (Bruno Cornec) 15 - Fix #445 to avoid vg with similar names to be wrongly excluded (vgroot and vgroot-san e.g.) (Michael Shapiro/Bruno Cornec) 16 - Fix #426 by rewriting Xen kernel support to use TryToFindKernelPath systematically (Bruno Cornec) 17 - mindi now copies also the /lib/firmware content in order to have it for drivers needing it (bnx2 reported) (Bruno Cornec) 18 - Fix #434 by really testing thet udevd is not running already (chucky) 19 - mindi is now able to handle compressed kernel with .gz or .bz2 suffix (case of OpenSuSE 11.2) (Bruno Cornec) 7 20 8 21 2.0.7.5 (2010-06-15) -
projects/mondorescue/pbconf/branches/2.2.9/mondo-doc/pbcl
r1047 r1175 3 3 MONDO-DOC CHANGES 4 4 5 2.2.9. 5 (2010-06-10)5 2.2.9.6 (2011-01-28) 6 6 - TBD 7 8 2.2.9.5 (2011-01-28) 9 - Adds the mondoarchive reference card (Lester Wade) 10 - Updated P2V doc from Lester Wade (Lester Wade) 7 11 8 12 2.2.9.4 (2010-06-09) -
projects/mondorescue/pbconf/branches/2.2.9/mondo/pbcl
r1047 r1175 3 3 MONDO CHANGES 4 4 5 2.2.9. 5 (2010-06-10)5 2.2.9.6 (2011-01-28) 6 6 - TBD 7 8 2.2.9.5 (2011-01-28) 9 - Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #371, #443 (Bruno Cornec) 10 - Exits if the protocol used is not recognized (error with -n fs:// typo) (Bruno Cornec) 11 - Fix a bug on exclusion of path with common content (/home and /path/home e.g.) which was handled correctly only in a certain order (John Pearson) 12 - mount-media function is now placed in libmondo-devices.c as used by more programs. (Bruno Cornec) 13 - Avoids calling mount_media when it's not mandatory (change the way mondorestore was working up to now but could solve some bugs reported) (Bruno Cornec) 14 - Fix #412 by using grub.unsupported correctly before grub-install as both exist on opensuse 11.2 (Bruno Cornec) 15 - Try to provide a workaround in code to the #401 (over-allocation of space due to rounding errors) (Bruno Cornec) 16 - Fix a bug when using ACLs and file with spaces in their names by adding double quotes in getfacl invocation (Tom Mortell) 17 - Attempt to fix problem of slowdown in filelist creation by re-introducing a limit to the find command (Bruno Cornec) 18 - Improves logging for external binary (Bruno Cornec) 7 19 8 20 2.2.9.4 (2010-06-09) -
projects/qemu/.pbrc
r1141 r1175 63 63 # a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu 64 64 # 65 vmlist default = asianux-2-i386,asianux-3-i386,mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,mandriva-2009.1-i386,mandriva-2010.0-i386,mandriva-2010.1-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,opensuse-10.3-i386,opensuse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-i386,sles-9-i386,sles-10-i386,sles-11-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,debian-5.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,ubuntu-9.04-i386,ubuntu-9.10-i386,ubuntu-10.04-i386,ubuntu-10.10-i386,solaris-10-i386,asianux-2-x86_64,asianux-3-x86_64,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,mandriva-2009.1-x86_64,mandriva-2010.0-x86_64,mandriva-2010.1-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,opensuse-10.3-x86_64,opensuse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64,ubuntu-9.04-x86_64,ubuntu-9.10-x86_64,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64 ,solaris-10-x86_6465 vmlist default = asianux-2-i386,asianux-3-i386,mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,mandriva-2009.1-i386,mandriva-2010.0-i386,mandriva-2010.1-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,opensuse-10.3-i386,opensuse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-i386,sles-9-i386,sles-10-i386,sles-11-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,debian-5.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,ubuntu-9.04-i386,ubuntu-9.10-i386,ubuntu-10.04-i386,ubuntu-10.10-i386,solaris-10-i386,asianux-2-x86_64,asianux-3-x86_64,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,mandriva-2009.1-x86_64,mandriva-2010.0-x86_64,mandriva-2010.1-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,opensuse-10.3-x86_64,opensuse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64,ubuntu-9.04-x86_64,ubuntu-9.10-x86_64,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64
Note:
See TracChangeset
for help on using the changeset viewer.