Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master quill by Andraž Levstik (33761ac354dddecbb45ce903133ad402fb22edde)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master quill by Andraž Levstik (33761ac354dddecbb45ce903133ad402fb22edde)
  • Date: Sat, 11 Aug 2007 21:16:50 +0200

On Saturday 11 of August 2007 21:04:57 Andraž Levstik wrote:
> --- a/usr/bin/quill
> +++ b/usr/bin/quill
> @@ -55,9 +55,17 @@ while [[ -n $1 ]]; do
> check_parameter $2
> QUILL_FETCH_MODE="cpan"
> shift ;;
> - --rubyraa|-y)

> + --savane|-s)
> check_parameter $2
> - QUILL_FETCH_MODE="raa"
you removed the ruby mode switch.

> + QUILL_FETCH_MODE="savane"
> + shift ;;
> + --savannah|-a)
> + check_parameter $2
> + QUILL_FETCH_MODE="savannah"
> + shift ;;
> + --gna|-g)
> + check_parameter $2
> + QUILL_FETCH_MODE="gna"
> shift ;;
> --update|-u)
> check_parameter $2
> @@ -68,6 +76,21 @@ while [[ -n $1 ]]; do
> QUILL_UPDATE="on"
> QUILL_FETCH_MODE="fmxml"
> shift ;;
> + -us|-su)
> + check_parameter $2
> + QUILL_UPDATE="on"
> + QUILL_FETCH_MODE="savane"
> + shift ;;
> + -ug|-gu)
> + check_parameter $2
> + QUILL_UPDATE="on"
> + QUILL_FETCH_MODE="gna"
> + shift ;;
> + -ua|-au)
> + check_parameter $2
> + QUILL_UPDATE="on"
> + QUILL_FETCH_MODE="savannah"
> + shift ;;
> -uc|-cu)
> check_parameter $2
> QUILL_UPDATE="on"
Perhaps it is time we start using getopt(s), this is getting ugly.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page