New patch submitted by Gal Hammer (ghammer@redhat.com)
You can review this change at: http://gerrit.usersys.redhat.com/909
commit b70673418d3bacb772c42acfc97d16c9635f61cf Author: Gal Hammer ghammer@redhat.com Date: Wed Sep 7 15:27:51 2011 +0300
BZ#729251 vds_bootstrap: Removed a reference to an obselete netconsole option.
Change-Id: Ie0b90a78f7c9c49af7b70e50db71f6621274ad4f
diff --git a/vds_bootstrap/vds_bootstrap.py b/vds_bootstrap/vds_bootstrap.py index 3f8423c..bc64d93 100755 --- a/vds_bootstrap/vds_bootstrap.py +++ b/vds_bootstrap/vds_bootstrap.py @@ -785,7 +785,7 @@ def VdsValidation(iurl, subject, random_num, rev_num, orgName, systime, usevdcre def main(): """ Usage: vds_compat.py [-r rev_num] [-O organizationName] [-t systemTime] - [-n netconsole_host:port] [-u (seProductRepo) true|false ] <url> <subject> <random_num> + [-u (seProductRepo) true|false ] <url> <subject> <random_num> """ try: rev_num = None @@ -800,9 +800,6 @@ def main(): orgName = v if o == "-t": systime = v - if o == "-n": - # TODO: remove me as soon as possible (BZ#689726) - pass if o == "-u": usevdcrepo = (v.upper() == 'TRUE') url = args[0]