]> granicus.if.org Git - fortune-mod/commitdiff
add the prog to build deb pkgs - WiP
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 1 Mar 2020 17:06:42 +0000 (19:06 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 1 Mar 2020 17:06:42 +0000 (19:06 +0200)
scripts/debian-packaging/docker-test.pl

index 27116edad3c5e181a063a241468752320149bc53..c1a96904c59a4f67a1b64b61ed2611c79cb1b0e2 100644 (file)
@@ -33,8 +33,8 @@ my $CONTAINER = "fortune-mod--deb--test-build";
 do_system( { cmd => [ 'docker', 'pull', $SYS ] } );
 do_system(
     { cmd => [ 'docker', 'run', "-t", "-d", "--name", $CONTAINER, $SYS, ] } );
-my $REPO = 'fortune-mod' my $URL =
-    "https://salsa.debian.org/shlomif-guest/$REPO";
+my $REPO = 'fortune-mod';
+my $URL  = "https://salsa.debian.org/shlomif-guest/$REPO";
 if ( !-e $REPO )
 {
     do_system( { cmd => [ "git", "clone", $URL, ] } );