]> git.ipfire.org Git - thirdparty/grsecurity-scrape.git/blobdiff - scrape.pl
Auto commit, 1 new patch{es}.
[thirdparty/grsecurity-scrape.git] / scrape.pl
index b5daee7c37b7ef48a44df339cf27a31fb579a6a8..c146153ab510135fd290b429c1f7ace0dd21b55e 100755 (executable)
--- a/scrape.pl
+++ b/scrape.pl
@@ -28,7 +28,7 @@ for(@{$feed->{channel}->{item}}) {
 }
 if ($new_patches) {
        print("Downloading changelog-test.txt ...\n");
-       getstore("https://grsecurity.net/changelog-test.txt", $script_dir . "/test/changelog-test.txt");
+       getstore("http://grsecurity.net/changelog-test.txt", $script_dir . "/test/changelog-test.txt");
        
        system("git", "add", $script_dir . "/test/" . $filename, $script_dir . "/test/changelog-test.txt", $script_dir . "/test/" . $filename . ".sig");
        system("git", "commit", "-a", "-m", "Auto commit, " . $new_patches . " new patch{es}.");