~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to acceptance/README

Tags: 1.2+bzr1373+dfsg-0ubuntu1~12.04.4
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
  - debian/patches/CVE-2013-1058.patch: Authenticate downloaded files with
    GnuPG and MD5SUM files. Thanks to Julian Edwards.
  - CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
  directory (LP: #1158425)
  - debian/patches/CVE-2013-1057-1-2.patch: Do not load configuration
    options from the current working directory. Thanks to Julian Edwards.
  - CVE-2013-1057

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MAAS Packaging Acceptance Testing
 
2
---------------------------------
 
3
 
 
4
The `test` make target will build binary packages for the current
 
5
branch using the latest packaging branch from Launchpad, *in a clean
 
6
ephemeral container*. The `build` target will install these packages
 
7
in another clean ephemeral LXC container.
 
8
 
 
9
Consider the `build-inner` and `test-inner` targets as bootstrap
 
10
points for further work. It may not be suitable for full automated
 
11
end-to-end testing of MAAS, so be clear about what you need to test
 
12
before investing work here. OTOH, it is a good place to quickly test
 
13
that the packages build, install and configure themselves as expected.