~cbehrens/nova/scheduler

« back to all changes in this revision

Viewing changes to builddeb.sh

  • Committer: Todd Willey
  • Date: 2010-07-15 05:28:51 UTC
  • Revision ID: git-v1:67162cf7520ca78044ac74202147580c8a3520f3
update copyrights

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# vim: tabstop=4 shiftwidth=4 softtabstop=4
3
2
 
4
3
# Copyright 2010 United States Government as represented by the
5
4
# Administrator of the National Aeronautics and Space Administration.
6
5
# All Rights Reserved.
7
6
#
8
 
# Copyright 2010 Anso Labs, LLC
9
 
#
10
7
#    Licensed under the Apache License, Version 2.0 (the "License"); you may
11
8
#    not use this file except in compliance with the License. You may obtain
12
9
#    a copy of the License at
20
17
#    under the License.
21
18
 
22
19
dpkg-buildpackage -b -rfakeroot -tc -uc -D
 
20