From yanick at babyl.dyndns.org Thu Oct 9 05:12:22 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Thu, 09 Oct 2008 08:12:22 -0400 Subject: [Ottawa-pm] Fwd: [pm_groups] Pittsburgh Perl Workshop Oct 11-12 2008 Message-ID: <48EDF526.2070001@babyl.dyndns.org> The Pittsburgh Perl Workshop is this weekend. Don't miss out on the great talks, classes and socializing. http://pghpw.org From tpalmer at tripadvisor.com Thu Oct 9 06:42:00 2008 From: tpalmer at tripadvisor.com (Thadd Palmer) Date: Thu, 9 Oct 2008 09:42:00 -0400 (EDT) Subject: [Ottawa-pm] Job Opening: Web Engineer- Perl at TravelPad in Ottawa Message-ID: <6237E14859624D8B85948ABEE795126A@tpalmerpc> Send resume to yourcareer at tripadvisor.com or call 617-795-7546 www.tripadvisor.com/careers TravelPod (a TripAdvisor/Expedia company) is looking for a talented Web Engineer with LAMP (Perl) experience eager to work on fast growing and exciting travel websites. As a Web Engineer, your main responsibility will be developing consumer travel web apps like TravelPod.com. Ideally, you enjoy working in many areas of technology and being challenged by the fast paced changes of the Web. You'll also be responsible for working with a team to carry out the maintenance of the software to ensure that our sites are always available to our large community of travelers. We are looking for entrepreneurial developers who have shown leadership, creativity and enjoy big challenges participating with the creation of new web applications from concept to deployment in a fast-moving company environment. You will be working with a small but passionate team at TravelPod & TripAdvisor. TravelPod is a fun and exciting place to work at and we're looking for someone to share their energy with us! In this role you can look forward to. Taking a leadership role in the design and the development of various consumer travel Web projects for TravelPod.com and related web sites. Promoting best practices and ensuring a standard of code. Optimizing the code for performance and stability. Working with the team to support TravelPod web applications. Participating in quality assurance testing. What you can bring to the team. 3+ years of experience with web development. 2 years working with Perl. Experience with Linux, Apache and MySql (LAMP). Knowledge of developing on Facebook and other social networks is a plus. UI Design experience is a definite plus. Good knowledge of web related programming and web security. Experience working on large, high traffic sites will be considered assets. Experience working with Ajax and other leading edge web technologies is a plus. A passion for writing quality code. An ability to work well in a fast moving and highly collaborative team environment. -------------- next part -------------- An HTML attachment was scrubbed... URL: From yanick at babyl.dyndns.org Sat Oct 11 07:17:11 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Sat, 11 Oct 2008 10:17:11 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials Message-ID: <48F0B567.9050902@babyl.dyndns.org> For anyone curious about Perl6, I've found a rather nice series of tutorials introducing the features of the language at http://perlgeek.de/blog-en/perl-5-to-6/. I also got around compiling Rakudo (the Perl6 engine running on top of Parrot) last week. Which means I have less and less reasons not to begin to poke around Perl6. Hmmm... might be something to do over the Holiday season. :-) Joy, `/anick From darcy.whyte at gmail.com Sun Oct 12 13:23:06 2008 From: darcy.whyte at gmail.com (Darcy Whyte) Date: Sun, 12 Oct 2008 16:23:06 -0400 Subject: [Ottawa-pm] Pittsburgh Perl Workshop 2008 In-Reply-To: <48C855DE.5030309@babyl.dyndns.org> References: <48C855DE.5030309@babyl.dyndns.org> Message-ID: <29d269c70810121323t1a00cb38jd0df06cd074f7e30@mail.gmail.com> Hey, I didn't make this. I'd be curious to hear if anybody from Ottawa made it. Darcy On Wed, Sep 10, 2008 at 7:18 PM, Yanick Champoux wrote: > (forwarded from pm-groups) > > > The Pittsburgh Perl Workshop is a low-cost technical conference held > at the Carnegie Mellon University's Oakland Campus. The workshop will > be held on October 11?12 2008. > > * Talk Proposals > > * Classes > > * Hack-a-thons > > > > * Talk Proposals > > The deadline for talk proposals in by 12 September 2008. > > The Pittsburgh Perl Workshop 2008 is the perfect opportunity to share > your ideas, code, and projects with masses of code-loving Perl > hackers. Shouldn't you have a speaking slot at this year's event? > Shouldn't you experience the full, PPW-powered glory that only > speakers can know? > > Of course you should! > > Haven't you ... > done interesting stuff for Perl? > written cool code? > seen the future of Perl? > got a story to tell? > got a trick to share? > > In fact, if you have anything to say that would interest Perl people, > we want to hear you say it! > > Just go to http://pghpw.org and submit a talk proposal. It's that easy. > > But don't delay. Get your proposal in by 12 September 2008 -- or else > you might miss out. > > Seize the day! Own the fun! Submit a talk proposal for PPW 2008 now! > > > > * Classes > > This year we are offering three great classes: > > Dan Klein is back teaching From Zero to Perl. > http://pghpw.org/ppw2008/zerotoperl.html > > Peter Scott - Maintaining Code While Staying Sane > http://pghpw.org/ppw2008/maintainingcode.html > > brian d foy - Mastering Perl > http://pghpw.org/ppw2008/masteringperl.html > > > * Hack-a-thons > > We are having a Rakudo, (Perl 6) hack-a-thon. > > > > _______________________________________________ > Ottawa-pm mailing list > Ottawa-pm at pm.org > http://mail.pm.org/mailman/listinfo/ottawa-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: From msoulier at digitaltorque.ca Sun Oct 12 17:47:50 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Sun, 12 Oct 2008 20:47:50 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: <48F0B567.9050902@babyl.dyndns.org> References: <48F0B567.9050902@babyl.dyndns.org> Message-ID: On Sat, Oct 11, 2008 at 10:17 AM, Yanick Champoux wrote: > I also got around compiling Rakudo (the Perl6 engine running on top > of Parrot) last week. Which means I have less and less reasons not to begin > to poke around Perl6. Hmmm... might be something to do over the Holiday > season. :-) Hmm. I tried quickly but I couldn't get the parrot source to build on my CentOS 4.6 machine with Perl 5.8. Does it require a newer Perl? Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein From yanick at babyl.dyndns.org Sun Oct 12 17:55:56 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Sun, 12 Oct 2008 20:55:56 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> Message-ID: <48F29C9C.7090209@babyl.dyndns.org> Michael P. Soulier wrote: > On Sat, Oct 11, 2008 at 10:17 AM, Yanick Champoux > wrote: >> I also got around compiling Rakudo (the Perl6 engine running on top >> of Parrot) last week. Which means I have less and less reasons not to begin >> to poke around Perl6. Hmmm... might be something to do over the Holiday >> season. :-) > > Hmm. I tried quickly but I couldn't get the parrot source to build on > my CentOS 4.6 machine with Perl 5.8. Does it require a newer Perl? I would expect Perl 5.8 to be just fine for the task (and it's exactly what is required within Parrot's Makefile.PL). At which point of the build process did it choke? Joy, `/anick From msoulier at digitaltorque.ca Sun Oct 12 18:10:57 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Sun, 12 Oct 2008 21:10:57 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: <48F29C9C.7090209@babyl.dyndns.org> References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> Message-ID: On Sun, Oct 12, 2008 at 8:55 PM, Yanick Champoux wrote: > I would expect Perl 5.8 to be just fine for the task (and it's > exactly what is required within Parrot's Makefile.PL). At which point of > the build process did it choke? I'll have to go reproduce it. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein From msoulier at digitaltorque.ca Mon Oct 13 07:25:16 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Mon, 13 Oct 2008 10:25:16 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: <48F29C9C.7090209@babyl.dyndns.org> References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> Message-ID: <20081013142515.GC38499@kanga.digitaltorque.ca> On 12/10/08 Yanick Champoux said: > I would expect Perl 5.8 to be just fine for the task (and it's > exactly what is required within Parrot's Makefile.PL). At which point of > the build process did it choke? During the link. gcc -o miniparrot src/main.o src/null_config.o \ -Wl,-rpath=/home/msoulier/downloads/parrot-0.7.1/blib/lib -L/home/msoulier/downloads/parrot-0.7.1/blib/lib -lparrot -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lncurses -lcrypto -L/usr/local/lib -Wl,-E src/main.o(.text+0x5c): In function `main': src/main.c:52: undefined reference to `Parrot_new' src/main.o(.text+0x6a):src/main.c:53: undefined reference to `imcc_initialize' src/main.o(.text+0x86):src/main.c:58: undefined reference to `string_from_cstring' src/main.o(.text+0x95):src/main.c:58: undefined reference to `Parrot_set_executable_name' src/main.o(.text+0xae):src/main.c:60: undefined reference to `parseflags' src/main.o(.text+0xd1):src/main.c:61: undefined reference to `imcc_run' src/main.o(.text+0xdf):src/main.c:65: undefined reference to `Parrot_destroy' src/main.o(.text+0xf2):src/main.c:66: undefined reference to `Parrot_exit' src/null_config.o(.text+0x25): In function `Parrot_set_config_hash': src/null_config.c:29: undefined reference to `Parrot_set_config_hash_internal' collect2: ld returned 1 exit status make: *** [miniparrot] Error 1 Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From yanick at babyl.dyndns.org Tue Oct 14 18:42:53 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Tue, 14 Oct 2008 21:42:53 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: <20081013142515.GC38499@kanga.digitaltorque.ca> References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> Message-ID: <48F54A9D.2000907@babyl.dyndns.org> Michael P. Soulier wrote: > On 12/10/08 Yanick Champoux said: > >> I would expect Perl 5.8 to be just fine for the task (and it's >> exactly what is required within Parrot's Makefile.PL). At which point of >> the build process did it choke? > > During the link. > > gcc -o miniparrot src/main.o src/null_config.o \ > -Wl,-rpath=/home/msoulier/downloads/parrot-0.7.1/blib/lib > -L/home/msoulier/downloads/parrot-0.7.1/blib/lib -lparrot -lresolv -lnsl -ldl > -lm -lcrypt -lutil -lpthread -lrt -lgmp -lreadline -lncurses -lcrypto > -L/usr/local/lib -Wl,-E > src/main.o(.text+0x5c): In function `main': > src/main.c:52: undefined reference to `Parrot_new' > src/main.o(.text+0x6a):src/main.c:53: undefined reference to `imcc_initialize' > src/main.o(.text+0x86):src/main.c:58: undefined reference to > `string_from_cstring' > src/main.o(.text+0x95):src/main.c:58: undefined reference to > `Parrot_set_executable_name' > src/main.o(.text+0xae):src/main.c:60: undefined reference to `parseflags' > src/main.o(.text+0xd1):src/main.c:61: undefined reference to `imcc_run' > src/main.o(.text+0xdf):src/main.c:65: undefined reference to `Parrot_destroy' > src/main.o(.text+0xf2):src/main.c:66: undefined reference to `Parrot_exit' > src/null_config.o(.text+0x25): In function `Parrot_set_config_hash': > src/null_config.c:29: undefined reference to `Parrot_set_config_hash_internal' > collect2: ld returned 1 exit status > make: *** [miniparrot] Error 1 *scratch head* I must admit I have no clue. We have the same version, and for mine the compilation went without a hitch. I don't think the problem is due by your version of Perl -- the problem seems to sit squarely in the C compilation. What you can always do is to report a bug to the Perl6 guys. If nothing else, they'll be happy to know someone tried to compile their stuff on a Solaris box... Wishing I could help more, <:-/ `/anick From msoulier at digitaltorque.ca Wed Oct 15 03:49:57 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Wed, 15 Oct 2008 06:49:57 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: <48F54A9D.2000907@babyl.dyndns.org> References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: On Tue, Oct 14, 2008 at 9:42 PM, Yanick Champoux wrote: > *scratch head* I must admit I have no clue. We have the same > version, and for mine the compilation went without a hitch. I don't think > the problem is due by your version of Perl -- the problem seems to sit > squarely in the C compilation. What you can always do is to report a bug to > the Perl6 guys. If nothing else, they'll be happy to know someone tried to > compile their stuff on a Solaris box... CentOS 4.6, not Solaris. I'll report a bug. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein From veljko at gmail.com Wed Oct 15 05:53:56 2008 From: veljko at gmail.com (Veljko Vidovic) Date: Wed, 15 Oct 2008 08:53:56 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: Just for the record, compiles fine on CentOS 5.1 ./perl6 -e"say 'Hello, world.'" Hello, world. [root at centos-minimal-vm parrot]# uname -a Linux centos-minimal-vm.vmplanet.net 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 i686 i386 GNU/Linux [root at centos-minimal-vm parrot]# gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) Veljko On Wed, Oct 15, 2008 at 6:49 AM, Michael P. Soulier wrote: > On Tue, Oct 14, 2008 at 9:42 PM, Yanick Champoux > wrote: >> *scratch head* I must admit I have no clue. We have the same >> version, and for mine the compilation went without a hitch. I don't think >> the problem is due by your version of Perl -- the problem seems to sit >> squarely in the C compilation. What you can always do is to report a bug to >> the Perl6 guys. If nothing else, they'll be happy to know someone tried to >> compile their stuff on a Solaris box... > > CentOS 4.6, not Solaris. I'll report a bug. > > Mike > -- > Michael P. Soulier > "Any intelligent fool can make things bigger and more complex... It takes a > touch of genius - and a lot of courage to move in the opposite direction." > --Albert Einstein > _______________________________________________ > Ottawa-pm mailing list > Ottawa-pm at pm.org > http://mail.pm.org/mailman/listinfo/ottawa-pm > From msoulier at digitaltorque.ca Wed Oct 15 06:37:39 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Wed, 15 Oct 2008 09:37:39 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: On Wed, Oct 15, 2008 at 9:14 AM, Veljko Vidovic wrote: > Also, you may want to look at: > http://markmail.org/message/dqkcqenjgpitsfna > or > http://www.nntp.perl.org/group/perl.perl6.internals/2008/08/msg47949.html Those don't seem to fit my situation at first glance. I'll try the mailing list, the parrot bug reporting link is broken. Mike From veljko at gmail.com Wed Oct 15 06:14:31 2008 From: veljko at gmail.com (Veljko Vidovic) Date: Wed, 15 Oct 2008 09:14:31 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: Also, you may want to look at: http://markmail.org/message/dqkcqenjgpitsfna or http://www.nntp.perl.org/group/perl.perl6.internals/2008/08/msg47949.html Veljko On Wed, Oct 15, 2008 at 6:49 AM, Michael P. Soulier wrote: > On Tue, Oct 14, 2008 at 9:42 PM, Yanick Champoux > wrote: >> *scratch head* I must admit I have no clue. We have the same >> version, and for mine the compilation went without a hitch. I don't think >> the problem is due by your version of Perl -- the problem seems to sit >> squarely in the C compilation. What you can always do is to report a bug to >> the Perl6 guys. If nothing else, they'll be happy to know someone tried to >> compile their stuff on a Solaris box... > > CentOS 4.6, not Solaris. I'll report a bug. > > Mike > -- > Michael P. Soulier > "Any intelligent fool can make things bigger and more complex... It takes a > touch of genius - and a lot of courage to move in the opposite direction." > --Albert Einstein > _______________________________________________ > Ottawa-pm mailing list > Ottawa-pm at pm.org > http://mail.pm.org/mailman/listinfo/ottawa-pm > From mark at mark.mielke.cc Wed Oct 15 06:56:07 2008 From: mark at mark.mielke.cc (Mark Mielke) Date: Wed, 15 Oct 2008 09:56:07 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: <48F5F677.1070003@mark.mielke.cc> Thanks for the update folks. Perl 6 has earned some scorn from me for its late delivery, and constantly changing content as published through wandering rants. :-) It's starting to look good. I'll have to re-evaluate... Cheers, mark -- Mark Mielke From yanick at babyl.dyndns.org Wed Oct 15 16:45:29 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Wed, 15 Oct 2008 19:45:29 -0400 Subject: [Ottawa-pm] Perl 5 to 6 tutorials In-Reply-To: References: <48F0B567.9050902@babyl.dyndns.org> <48F29C9C.7090209@babyl.dyndns.org> <20081013142515.GC38499@kanga.digitaltorque.ca> <48F54A9D.2000907@babyl.dyndns.org> Message-ID: <48F68099.2070107@babyl.dyndns.org> Howdie, Michael P. Soulier wrote: > Those don't seem to fit my situation at first glance. I'll try the > mailing list, the parrot bug reporting link is broken. Alternatively, you can try 'parrotbug' that should reside in the root directory of the parrot distro. It's a simple perl script (probably a clone of perlbug), which should work. Or you can go straight at the source at RT: http://rt.perl.org/rt3/Public/?nossl=true Hope this helps, `/anick From clayton.scott at gmail.com Thu Oct 16 16:47:44 2008 From: clayton.scott at gmail.com (Clayton Scott) Date: Thu, 16 Oct 2008 19:47:44 -0400 Subject: [Ottawa-pm] Git: Tag a remote repo? Message-ID: <1f3113740810161647j1ddb8285ua2428f0760ecdcca@mail.gmail.com> I've been searching but I haven't had much luck figuring this one out; I have cloned a git repo, pushed my changes back to the origin repo and now I want to tag the origin. I had attempted to do that during the push as: git push origin master:/refs/tag/ That's what I thought the man page said would do but it just made a tag in my master repo. How do I tag the remote? Does anyone know? Thanks, -- Clayton Scott clayton.scott at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From msoulier at digitaltorque.ca Thu Oct 16 17:06:31 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Thu, 16 Oct 2008 20:06:31 -0400 Subject: [Ottawa-pm] Git: Tag a remote repo? In-Reply-To: <1f3113740810161647j1ddb8285ua2428f0760ecdcca@mail.gmail.com> References: <1f3113740810161647j1ddb8285ua2428f0760ecdcca@mail.gmail.com> Message-ID: <20081017000629.GD38499@kanga.digitaltorque.ca> On 16/10/08 Clayton Scott said: > I've been searching but I haven't had much luck figuring this one out; > > I have cloned a git repo, pushed my changes back to the origin repo and now > I want to tag the origin. > > I had attempted to do that during the push as: > > git push origin master:/refs/tag/ > > That's what I thought the man page said would do but it just made a tag in > my master repo. > > How do I tag the remote? Does anyone know? Just make your tag locally and then push with the --tags argument. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From clayton.scott at gmail.com Thu Oct 16 17:54:12 2008 From: clayton.scott at gmail.com (Clayton Scott) Date: Thu, 16 Oct 2008 20:54:12 -0400 Subject: [Ottawa-pm] Git: Tag a remote repo? In-Reply-To: <20081017000629.GD38499@kanga.digitaltorque.ca> References: <1f3113740810161647j1ddb8285ua2428f0760ecdcca@mail.gmail.com> <20081017000629.GD38499@kanga.digitaltorque.ca> Message-ID: <1f3113740810161754s3f67319cx74d5ee7659c49233@mail.gmail.com> On Thu, Oct 16, 2008 at 8:06 PM, Michael P. Soulier < msoulier at digitaltorque.ca> wrote: > On 16/10/08 Clayton Scott said: > > > How do I tag the remote? Does anyone know? > > Just make your tag locally and then push with the --tags argument. > Thanks. So what I did was tag the local repo (master): git tag -a -m git push --tags origin master Doing that did what I wanted. Now I know all of the basics for getting around in git. Clayton -------------- next part -------------- An HTML attachment was scrubbed... URL: From msoulier at digitaltorque.ca Fri Oct 17 03:20:14 2008 From: msoulier at digitaltorque.ca (Michael P. Soulier) Date: Fri, 17 Oct 2008 06:20:14 -0400 Subject: [Ottawa-pm] Git: Tag a remote repo? In-Reply-To: <1f3113740810161754s3f67319cx74d5ee7659c49233@mail.gmail.com> References: <1f3113740810161647j1ddb8285ua2428f0760ecdcca@mail.gmail.com> <20081017000629.GD38499@kanga.digitaltorque.ca> <1f3113740810161754s3f67319cx74d5ee7659c49233@mail.gmail.com> Message-ID: <20081017102012.GG38499@kanga.digitaltorque.ca> On 16/10/08 Clayton Scott said: > Thanks. So what I did was tag the local repo (master): > > git tag -a -m > git push --tags origin master > > > Doing that did what I wanted. Now I know all of the basics for getting > around in git. If you use PGP, note that you can also pass the -s argument to tag, and sign it cryptographically. Your signature will then stay in the repo history permanently. Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: From fortin_luc at rogers.com Tue Oct 28 13:41:00 2008 From: fortin_luc at rogers.com (Luc Fortin) Date: Tue, 28 Oct 2008 16:41:00 -0400 Subject: [Ottawa-pm] OT: Fw: Lame Duck Challenge Ends With Free Codeweavers Software For All Message-ID: <20081028164100.2d58af1f@rogers.com> In case you haven't see this yet. Not directly perl related, but thought it could interest some of you. Head over to http://www.codeweavers.com for your free copy. Luc --- Forwarded from: ScuttleMonkey --- URL: http://rss.slashdot.org/~r/Slashdot/slashdot/~3/ZF-mGrsxCns/article.pl gzipped_tar writes to tell us that The Codeweavers "Great American Lame Duck Presidential Challenge" has ended in surprise and free software all day Tuesday (October 28, 2008) at the Codeweavers site. A while back Codeweavers gave President Bush a challenge to meet one of several goals before he left office. One of these goals was to lower gas prices in the Twin Cities below $2.79 a gallon, which has since transpired. "How was I to know that President Bush would take my challenge so seriously? And, give the man credit, I didn't think there was *any* way he could pull it off. But engineering a total market meltdown - wow - that was pure genius. I clearly underestimated the man. I'm ashamed that I goaded him into this and take full responsibility for the collapse of any savings you might have. Please accept our free software as my way of apologizing for the global calamity we now find ourselves embroiled in." Read more of this story at Slashdot. http://us.lrd.yahoo.com/_ylt=AtOi5J._ADR5rMnpWQZEu_HxMJA5/SIG=1109jg2r5/**http%3A//www.codeweavers.com/ From yanick at babyl.dyndns.org Wed Oct 29 08:12:30 2008 From: yanick at babyl.dyndns.org (Yanick Champoux) Date: Wed, 29 Oct 2008 15:12:30 +0000 Subject: [Ottawa-pm] OT: Fw: Lame Duck Challenge Ends With Free Codeweavers Software For All In-Reply-To: <20081028164100.2d58af1f@rogers.com> References: <20081028164100.2d58af1f@rogers.com> Message-ID: <49087D5E.5050803@babyl.dyndns.org> Luc Fortin wrote: > In case you haven't see this yet. Not directly perl related, but thought it could interest some of you. Head over to http://www.codeweavers.com for your free copy. Thanks for the tip! I went and did my part toward the melting down of Codeweaver's servers. Heh, who would have ever thunked that we'd get some nice e-swag because of George? :-) Joy, `/anick