[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2444: some preparations for using git

Mats Wichmann mats at linuxfoundation.org
Thu Dec 8 18:31:20 UTC 2016


------------------------------------------------------------
revno: 2444
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Thu 2016-12-08 11:31:20 -0700
message:
  some preparations for using git
added:
  .gitignore
  License
  README.md
-------------- next part --------------
=== added file '.gitignore'
--- a/.gitignore	1970-01-01 00:00:00 +0000
+++ b/.gitignore	2016-12-08 18:31:20 +0000
@@ -0,0 +1,23 @@
+# objects
+*.o
+
+# libraries
+*.a
+*.so
+
+# python
+*.py[co]
+
+# vi junk
+*.sw[nop]
+
+# backups
+*~
+*-
+*.orig
+
+# rpm specfile is generated, not committed
+*.spec
+
+# and the rpms are a work product as well, not committed
+*.rpm

=== added file 'License'
--- a/License	1970-01-01 00:00:00 +0000
+++ b/License	2016-12-08 18:31:20 +0000
@@ -0,0 +1,27 @@
+Copyright (c) 2007-2009, Linux Foundation
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+    * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+    * Neither the name of the Linux Foundation nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

=== added file 'README.md'
--- a/README.md	1970-01-01 00:00:00 +0000
+++ b/README.md	2016-12-08 18:31:20 +0000
@@ -0,0 +1,25 @@
+This is the Linux Standard Base (LSB) checkers code - includes
+application checker, library checker, commands checker and more.
+
+GitHub note:
+The github repository is a mirror of the master, which lives in bzr at
+http://bzr.linuxfoundation.org/lsb/devel/misc-test/
+The github mirror is created for experimental purposes, and is not to
+be considered the official version of the code - because it is not
+updated automatically, it may be missing important changes. 
+
+Bazaar note:
+If you are looking at this file in the bzr repository, just ignore
+the github comments!
+
+For notes on the packaging aspects, see the README files in the package
+subdirectory.
+
+Note that many of these files (including virtually all of dynchk) are
+generated from a moderately complex setup that involves the LSB database,
+but except for the rpm specfile, the generated files are committed here.
+This note is added because you are not expected to modify by hand these
+generated files.
+
+
+[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/882.svg)](https://scan.coverity.com/projects/lsb-checkes)



More information about the lsb-messages mailing list