Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Hanks
channel_completion
Commits
bd522180
Commit
bd522180
authored
Jan 25, 2019
by
Jonathan Hanks
Browse files
Packaging version 0.2
parent
8153de7f
Pipeline
#45972
failed with stage
in 2 minutes and 58 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bd522180
ligo-channel-completion (0.2) unstable; urgency=medium
* Added system level test
* Added CI
* Split the completions to handle seperate database for EPICS and NDS
* Added probe to the EPICS completion list
-- Jonathan Hanks <jonathan.hanks@ligo.org> Fri, 25 Jan 2019 11:13:47 -0800
ligo-channel-completion (0.1-1) unstable; urgency=medium
* Initial release
...
...
debian/control
View file @
bd522180
...
...
@@ -5,6 +5,8 @@ Maintainer: Jameson Graef Rollins <jrollins@finestructure.net>
Build-Depends:
cmake,
debhelper (>= 10),
libboost-dev,
libpstreams-dev
Standards-Version: 3.9.8
Homepage: https://git.ligo.org/cds/channel_completion
Vcs-Git: https://git.ligo.org/cds/channel_completion.git
...
...
@@ -19,4 +21,5 @@ Description: Bash completion for LIGO channel names
completion program for LIGO channel names. A channel database is
required. The database is a simple flat text file where every line
is a single channel name. The file must be sorted. The path to the
file is set via the 'CHAN_LIST' environment variable.
file is set via the 'NDS_CHAN_LIST' and 'EPICS_CHAN_LIST' environment
variables.
debian/copyright
View file @
bd522180
...
...
@@ -20,3 +20,30 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: third_party/catch2/catch.hpp
Copyright: Copyright (c) 2018 Two Blue Cubes Ltd. All rights reserved.
License: Boost-1.0
Boost Software License - Version 1.0 - August 17th, 2003
.
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
.
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
\ No newline at end of file
debian/source/format
View file @
bd522180
3.0 (
quilt
)
3.0 (
native
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment