Changeset 2685 in ProjectBuilder for projects


Ignore:
Timestamp:
Aug 11, 2022, 10:36:00 AM (21 months ago)
Author:
Bruno Cornec
Message:

Fix some YAML paring issues

Location:
projects/mondorescue/pbconf/tags/3.2.2
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/tags/3.2.2/MondoRescue/pbfilter/all.yml

    r2382 r2685  
    33  PBSUMMARY: The PBREALPKG provides a set of functions for the MondoRescue project
    44  PBDESC: The PBREALPKG provides a set of functions for the MondoRescue project
    5   PBSRC: src/%{srcname}-%{version}.tar.gz
     5  PBSRC: "src/%{srcname}-%{version}.tar.gz"
    66#
    77# Overwrite default to handle perl module name
  • projects/mondorescue/pbconf/tags/3.2.2/mindi-busybox/pbfilter/all.yml

    r2382 r2685  
    11---
    22filter:
    3   PBDESC: This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "This package provides a busybox version suited for Mindi.$/Mindi is a script to create boot/root disks based on your system. $/It uses Busybox during the restore process to provide a small Unix environement.$/This package prepares busybox the right way for mindi.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Busybox version suited for Mindi
  • projects/mondorescue/pbconf/tags/3.2.2/mindi/pbfilter/all.yml

    r2382 r2685  
    11---
    22filter:
    3   PBDESC: Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org
     3  PBDESC: "Mindi takes your kernel, modules, tools and libraries, and puts them on N$/bootable disks (or 1 bootable CD image). You may then boot from the disks/CD$/and do system maintenance - e.g. format partitions, backup/restore data,$/verify packages, etc.$/It is part of the MondoRescue suite for which it creates boot media.$/Homepage: http://www.mondorescue.org"
    44  PBSUMMARY: Creation of emergency boot disks/CDs using your kernel, tools and modules
  • projects/mondorescue/pbconf/tags/3.2.2/mondo/pbfilter/all.yml

    r2382 r2685  
    22filter:
    33  PBBUILDREQ: !!str ""
    4   PBCONFIGURE: %configure
    5   PBDESC: MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org
     4  PBCONFIGURE: "%configure"
     5  PBDESC: "MondoRescue is a GPL Disaster Recovery and Cloning solution$/to create backup media(CD, DVD, tape, network images) that can be used$/to redeploy the damaged system,$/as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data$/[or as much as you want], from bare metal if necessary.$/MondoRescue is in use by numerous blue-chip enterprises and$/large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4$/JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily.$/It supports adjustments in disk geometry, including migration$/from non-RAID to RAID.$/MondoRescue runs on all major Linux distributions$/and is getting better all the time.$/You may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org"
    66  PBSUMMARY: MondoRescue is a GPL Disaster Recovery and Cloning Solution
  • projects/mondorescue/pbconf/tags/3.2.2/mondorescue.yml

    r2382 r2685  
    88#
    99pbprojurl:
    10   mondorescue: svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
     10  mondorescue: "svn+ssh://svn.mondorescue.org/prj/svn/mondorescue"
    1111#
    1212#
    1313# Packager label
    1414pbpackager:
    15   mondorescue: Bruno Cornec <bruno@mondorescue.org>
     15  mondorescue: "Bruno Cornec <bruno@mondorescue.org>"
    1616pbadditionalgpg:
    1717  mondorescue: 0x141B9FF237DB9883
     
    1919# Root repo
    2020pbrepo:
    21   mondorescue: ftp://ftp.mondorescue.org
     21  mondorescue: "ftp://ftp.mondorescue.org"
    2222#
    2323# ML for announces
    2424pbml:
    25   mondorescue: mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
     25  mondorescue: "mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org"
    2626pbsmtp:
    2727  mondorescue: localhost
  • projects/mondorescue/pbconf/tags/3.2.2/pbfilter/fedora.yml

    r2382 r2685  
    11---
    22filter:
    3   PBSUF: %{dist}
     3  PBSUF: "%{dist}"
    44  PBLIC: GPLv2+
Note: See TracChangeset for help on using the changeset viewer.