Ubuntu Pastebin

Paste from elopio at Wed, 11 Feb 2015 20:15:18 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
=== modified file 'HACKING'
--- HACKING	2015-02-11 19:19:03 +0000
+++ HACKING	2015-02-11 20:14:59 +0000
@@ -36,7 +36,7 @@
 architectures instead. If you've already created a chroot for the framework
 and architecture, you can skip that command.
 
-    $ click chroot -f ubuntu-sdk-14.10 -a amd64
+    $ click chroot -f ubuntu-sdk-14.10 -a amd64 create
     $ click-buddy --framework ubuntu-sdk-14.10 --arch amd64 \
       --extra-deps libubuntuoneauth-2.0-dev
 
@@ -57,7 +57,7 @@
 qemu. To do so, you will need some additional packages. Most importantly,
 you will need the latest version of the autopkgtest package. You can download
 it at https://launchpad.net/ubuntu/+source/autopkgtest by selecting the most
-recent build for the most recent version of Ubuntu. 
+recent build for the most recent version of Ubuntu.
 
     $ sudo dpkg -i autopkgtest*.deb
     $ sudo apt-get install qemu
Download as text