Skip to content
Snippets Groups Projects
Commit f40db5c4 authored by jacob's avatar jacob
Browse files

make getopt accept --with-linux, and teach the alphabet to whomever added --datestamp

parent e59c0640
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,8 @@ publish()
[ -r ~/.lbuildrc ] && . ~/.lbuildrc
options=$(getopt -o d:D:h -l external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,tag:,target:,target-archs:,disable-datestamp -- "$@")
options=$(getopt -o d:D:h -l disable-datestamp,external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,tag:,target:,target-archs:,with-linux: -- "$@")
if [ $? != 0 ] ; then
usage 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment