Merge lp:~bac/lpsetup/addheaders into lp:lpsetup
Proposed by
Brad Crittenden
on 2012-07-03
| Status: | Merged |
|---|---|
| Approved by: | Gary Poster on 2012-07-03 |
| Approved revision: | 42 |
| Merged at revision: | 41 |
| Proposed branch: | lp:~bac/lpsetup/addheaders |
| Merge into: | lp:lpsetup |
| Diff against target: |
308 lines (+86/-6) 11 files modified
README.rst (+1/-1) lpsetup/subcommands/get.py (+3/-2) lpsetup/subcommands/inithost.py (+5/-1) lpsetup/subcommands/initlxc.py (+2/-0) lpsetup/subcommands/install.py (+2/-0) lpsetup/subcommands/lxcinstall.py (+5/-1) lpsetup/templates/lp-setup-lxc-build (+2/-0) lpsetup/templates/lp-setup-lxc-cleanup (+2/-0) lpsetup/templates/lp-setup-lxc-test (+2/-0) lpsetup/tests/test_utils.py (+38/-0) lpsetup/utils.py (+24/-1) |
| To merge this branch: | bzr merge lp:~bac/lpsetup/addheaders |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Gary Poster (community) | 2012-07-03 | Approve on 2012-07-03 | |
|
Review via email:
|
|||
Commit Message
Add headers to created or modified system files.
Description of the Change
Add headers to created or modified system files. Here's what one looks like:
"""
#!/bin/sh
# Copyright 2012 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
# This file created at 2012-07-
# /home/bac/
# Run the Launchpad build inside LXC.
# Assumptions:
# * This script is run as root.
"""
To post a comment you must log in.
lp:~bac/lpsetup/addheaders
updated
on 2012-07-03
- 41. By Brad Crittenden on 2012-07-03
-
Fixed merge conflict
- 42. By Brad Crittenden on 2012-07-03
-
Remove overly specific --2a specifier on bzr init command.

Thank you! Looks great.