addressing:
Auto-installing packages:
sudo rpm -Uvh --force /tmp/spacewalk-build/x86_64/subscription-manager-0.93.2-1.el6.x86_64.rpm /tmp/spacewalk-build/noarch/python-rhsm-0.93.2-1.el6.noarch.rpm /tmp/spacewalk-build/x86_64/subscription-manager-gnome-0.93.2-1.el6.x86_64.rpm /tmp/spacewalk-build/x86_64/subscription-manager-debuginfo-0.93.2-1.el6.x86_64.rpm
[sudo] password for msuchy:
Traceback (most recent call last):
File "/usr/bin/tito", line 22, in <module>
CLI().main(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/tito/cli.py", line 98, in main
return module.main(argv)
File "/usr/lib/python2.6/site-packages/tito/cli.py", line 386, in main
return builder.run(self.options)
File "/usr/lib/python2.6/site-packages/tito/builder.py", line 168, in run
self._rpm()
File "/usr/lib/python2.6/site-packages/tito/builder.py", line 261, in _rpm
run_command(cmd)
File "/usr/lib/python2.6/site-packages/tito/common.py", line 106, in run_command
(status, output) = commands.getstatusoutput(command)
File "/usr/lib64/python2.6/commands.py", line 56, in getstatusoutput
text = pipe.read()
KeyboardInterrupt
Old versions of asciidoc parse lines incorrectly
when two tildes appear on the same line. This
works around the issue by using HOME environment variable.
The error in the old version of asciidoc causes
xsltproc to fail on mismatched nesting of tags.
addresing:
Traceback (most recent call last):
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/tito", line 26, in <module>
CLI().main()
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/../lib/spacewalk/releng/cli.py", line 123, in main
module.main()
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/../lib/spacewalk/releng/cli.py", line 355, in main
build_dir)
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/../lib/spacewalk/releng/cli.py", line 385, in _create_builder
offline=options.offline)
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/../lib/spacewalk/releng/builder.py", line 633, in __init__
test=test, offline=offline)
File "/home/msuchy/rhn/git-for-nightly-buils/rel-eng/bin/../lib/spacewalk/releng/builder.py", line 60, in __init__
self.config.set(section, options, pkg_config.get(section, options))
File "/usr/lib64/python2.6/ConfigParser.py", line 377, in set
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: "buildconfig"
Add bin/ to the end of your PATH and tito-dev will run everything from
source checkout rather than what may/may not be installed on the system.
This includes the perl script in bin/ which land in /usr/bin normally.
Will undo the most recent tag for the current package. The tag must not
have been pushed to the remote repo, and must be the most recent commit
in your branch.