Setting version on all products

Dennis Melentyev Dennis.Melentyev at infopulse.com.ua
Thu Oct 6 12:06:01 UTC 2005


 

> -----Original Message-----
> From: developers-owner at bugzilla.org 
> [mailto:developers-owner at bugzilla.org] On Behalf Of Paulo Casanova
> Sent: Thursday, October 06, 2005 2:15 PM
> To: developers at bugzilla.org
> Subject: Re: Setting version on all products
> 
...
> We actually use this technique to create users in a project 
> (we usually create projects with hundreds of users) so we build cells
with:
> 
> Firefox.exe http://THE_URL_BUILT_AS_ABOVE
> 
> And we copy/paste the lines into cmd.exe.
> 
> Of course, this *IS* a hack and clearly unsupported :) but it works :)
Poor, poor Win users... Cut'n'Paste (HUNDREDS!!!), Excel, etc...
Isn't it easier to make a tiny perl script to generate .cmd, or, even
directly get pages called?
Like this:

------------------
#!/usr/bin/perl -wT

# list your products here
my @products = ('one','two','three','other');

foreach my $product (@products) {
    print "Firefox.exe
http://Your.URL/with/dirs/and.cgi?action=new&product=$product&blah-blah\
n";
}
------------------

Or invest a couple of days (or really minimum ammount of  money) and
make a few own pages into Bugzilla, to allow this to be just
mouse-clickable by secretary?

> -----Original Message-----
> From: developers-owner at bugzilla.org 
> [mailto:developers-owner at bugzilla.org]
> On Behalf Of Gervase Markham
> Sent: quinta-feira, 6 de Outubro de 2005 11:49
> To: developers at bugzilla.org
> Subject: Re: Setting version on all products
> 
> Martin Kirk wrote:
> > Our software suite (OpenPegasu) is divied into multiple 
> products for 
> > bug reporting purposes. IS there any simple way to add a 
> new version 
> > to all the products at the same time. It is beginning to 
> get tedious 
> > :)
> 
> As you may have seen when you subscribed, this is a 
> developers mailing list,
> not a support one. Future support requests are best directed to the
> appropriate places as outlined on the website.
> 
> No, there isn't. :-|
> 
> Gerv
> -
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=paulo.casanova@link.pt>
> 
> -
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=dennis.melentyev@i
> nfopulse.com.ua>
> 




More information about the developers mailing list