Created
December 3, 2011 19:58
-
-
Save matthiasr/1427975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 9411b77d8f638afa71ab12c5ed9f1eb0bc887cb4 | |
Author: Matthias Rampke <matthias@rampke.de> | |
Date: Sat Dec 3 20:56:57 2011 +0100 | |
pkgtools/pkglint: recognise FETCH_USING | |
TODO does not check for usable fetch tool | |
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map | |
index 156ebfd..5381819 100644 | |
--- a/pkgtools/pkglint/files/makevars.map | |
+++ b/pkgtools/pkglint/files/makevars.map | |
@@ -90,6 +90,7 @@ DEFAULT_VIEW Unchecked [$user] | |
FETCH_CMD ShellCommand [$user] | |
FETCH_RESUME_ARGS List of ShellWord [$user] | |
FETCH_OUTPUT_ARGS List of ShellWord [$user] | |
+FETCH_USING List of ShellWord [$user] | |
LIBTOOLIZE_PLIST YesNo [$user] | |
PKG_INSTALLATION_PREFS List of { overwrite pkgviews } [$user] | |
PKG_RESUME_TRANSFERS YesNo [$user] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment