/[cvs]/nfo/perl/scripts/outlook2ldap/bin/releaseMe.pl
ViewVC logotype

Annotation of /nfo/perl/scripts/outlook2ldap/bin/releaseMe.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Mon Jan 20 21:22:18 2003 UTC (21 years, 5 months ago) by joko
Branch: MAIN
File MIME type: text/plain
+ initial check-in
   calls some scripts at 'perl/scripts/shortcuts' to get a software-package (directory) packaged and published to (in this case) 'http://netfrag.org/~joko/computing/releases/01-snapshots/'

1 joko 1.1 #!/usr/bin/perl
2    
3     ## --------------------------------------------------------------------------------
4     ## $Id: feed.pl,v 1.3 2003/01/20 16:29:48 joko Exp $
5     ## --------------------------------------------------------------------------------
6     ## $Log: feed.pl,v $
7     ## --------------------------------------------------------------------------------
8    
9    
10     use strict;
11     use warnings;
12    
13     # determine and set 'libpath' at runtime, but before execution
14     my $libpath;
15     BEGIN {
16     use FindBin qw($Bin);
17     $libpath = "$Bin/../../../libs";
18     }
19    
20     # use '$libpath' path to look for additional modules
21     use lib $libpath;
22    
23    
24     # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - main
25    
26     use org::netfrag::shortcuts qw( run_cmd );
27    
28     print "Trying to release 'outlook2ldap'.", "\n";
29     chdir '../../';
30     run_cmd("release.pl outlook2ldap");
31    
32     1;
33     __END__

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed