diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-23 16:05:40 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-23 16:05:40 -0700 |
commit | f8d4ce3d0e9b384a66286901f6680c835af76284 (patch) | |
tree | 0efbee3a3f267c83211c65c066b5829dc8b92741 /maintainer/package-versions.template | |
parent | 8e8417226d5cdd90896df2c585ad03a995e5e9a1 (diff) | |
download | crosstool-ng-f8d4ce3d0e9b384a66286901f6680c835af76284.tar.gz crosstool-ng-f8d4ce3d0e9b384a66286901f6680c835af76284.tar.bz2 crosstool-ng-f8d4ce3d0e9b384a66286901f6680c835af76284.zip |
Implement a script for checking packages
Then use this script to check that all packages can be extracted and patched.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/package-versions.template')
-rw-r--r-- | maintainer/package-versions.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/maintainer/package-versions.template b/maintainer/package-versions.template new file mode 100644 index 00000000..36451620 --- /dev/null +++ b/maintainer/package-versions.template @@ -0,0 +1,13 @@ +#!foreach fork +#!foreach version +run_pkgversion \ + master=@@master@@ \ + masterpfx=@@masterpfx@@ \ + originpfx=@@originpfx@@ \ + pkg_name=@@pkg_name@@ \ + pfx=@@pfx@@ \ + versionlocked=@@versionlocked@@ \ + ver=@@ver@@ \ + kcfg=@@kcfg@@ +#!end-foreach +#!end-foreach |