After reading the pbuilder manual page I decided I need an overview of what happens in the different pbuilder run types. I created a table with a column for each target: create, update, build, login,...
Type: Posts; User: mouz_forum; Keyword(s):
After reading the pbuilder manual page I decided I need an overview of what happens in the different pbuilder run types. I created a table with a column for each target: create, update, build, login,...
Ruby
#!/usr/bin/ruby
print 'Hi. What\'s your name? '
name = readline
name.chomp!
puts 'Hello, ' + name + '. Welcome to Ubuntu.'
About hardy-backports testing:
Please add some pointer to an explanation on how to do hardy-backports testing.