[csw-maintainers] Package length again

Dagobert Michelsen dam at opencsw.org
Fri Nov 19 17:27:43 CET 2010


Hi Phil,

Anfang der weitergeleiteten E-Mail:
> -if [[ ${#software} -gt 20 ]] ; then errmsg $f: software name greater than 20 chars ; fi
> -if [[ ${#pkgname} -gt 20 ]] ; then errmsg $f: pkg name greater than 20 chars; fi
> +if [[ ${#software} -gt 29 ]] ; then errmsg $f: software name greater than 29 chars ; fi
> +if [[ ${#pkgname} -gt 32 ]] ; then errmsg $f: pkg name greater than 32 chars; fi

Waitaminute... When the package is called
  CSWpm(max 27 character)
then the package name will be
  pm_(max 27 characters)
leading to a 30 characters long catalog name. I guess the fixing on 29
catalog name was a it too fast...


Best regards

  -- Dago



More information about the maintainers mailing list