File: testcom.pl

package info (click to toggle)
svn-buildpackage 0.6.23
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 296 kB
  • ctags: 58
  • sloc: perl: 1,635; makefile: 87; sh: 47
file content (16 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/perl
#
print "Test: $tagsUrl\n";
use lib ".";
use SDCommon;
$ENV{"SVN_BUILDPACKAGE"} = $SDCommon::version;

$package="svn-devscripts";
my $bla;
print "\nURL: ".url(".")."

";

#withecho "false";

load_dirs("file:///tmp/foo/rlog/trunk", "/tmp/testtrunk", "/tmp/input");