aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2022-06-25 13:58:10 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2022-06-25 13:58:10 +0000
commit41a51364e07db18d5e7e32bf33f40e57962b43f3 (patch)
tree91801570401da6017147d1911756acd546eb3063
parentArchive the basesystem-202205 election. (diff)
downloadelections-41a51364e07db18d5e7e32bf33f40e57962b43f3.tar.gz
elections-41a51364e07db18d5e7e32bf33f40e57962b43f3.tar.bz2
elections-41a51364e07db18d5e7e32bf33f40e57962b43f3.zip
Drop patch from repo.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r--votify-print.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/votify-print.patch b/votify-print.patch
deleted file mode 100644
index 2055ba1..0000000
--- a/votify-print.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/Votify.pm b/Votify.pm
-index 8e0fe1a..d8c7d22 100644
---- a/Votify.pm
-+++ b/Votify.pm
-@@ -84,9 +84,14 @@ sub get_elections_list {
- substr($_, 0, 1) ne ".";
- } grep {
- my $valid_election_dir = validate_election_dir($_);
-+ print "$_ is a valid_election_dir\n" if defined $valid_election_dir;
- defined $valid_election_dir;
- } readdir D;
- closedir D;
-+ print "These are the contents of the elections array:\n";
-+ foreach (@elections) {
-+ print "$_\n";
-+ }
- return @elections;
- }
-