Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Leo Pound Singer
gracedb-client
Commits
c5fad3df
Commit
c5fad3df
authored
Feb 11, 2015
by
Branson Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to ligo-gracedb client for packaging release 1.16.
parent
5deb0423
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
1 deletion
+50
-1
debian/changelog
debian/changelog
+8
-0
debian/control
debian/control
+1
-1
rpm/ligo-gracedb.spec
rpm/ligo-gracedb.spec
+41
-0
No files found.
debian/changelog
View file @
c5fad3df
ligo-gracedb (1.16-1) unstable; urgency=low
* Fixes for glue 1.47 to the command line client
* Use SSLContext and explicitly turn off client-side server verification
* Fix for command that lists groups, pipelines, and searches
* Allow multiple tags to be added to an event log at creation time
* Updates to unit test data
-- Branson Stephens <branson.stephens@ligo.org> Wed, 11 Feb 2015 12:00:00 -0600
ligo-gracedb (1.15-1) unstable; urgency=low
* Features for EMBB Event Log upload and retrieval
* Changes for (Group,Type) -> (Group,Pipeline,Search) transition
...
...
debian/control
View file @
c5fad3df
Source: ligo-gracedb
Maintainer: Br
ian Moe <brian.moe
@ligo.org>
Maintainer: Br
anson Stephens <branson.stephens
@ligo.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7), python-all-dev
...
...
rpm/ligo-gracedb.spec
0 → 100644
View file @
c5fad3df
%define name ligo-gracedb
%define version 1.16
%define unmangled_version 1.16
%define release 1
Summary: Gravity Wave Candidate Event Database
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{unmangled_version}.tar.gz
License: GPL
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
BuildArch: noarch
Vendor: Branson Stephens <branson.stephens@ligo.org>
Requires: ligo-common m2crypto
Url: http://www.lsc-group.phys.uwm.edu/daswg/gracedb.html
%description
The gravitational-wave candidate event database (GraceDB) is a prototype
system to organize candidate events from gravitational-wave searches and
to provide an environment to record information about follow-ups. A simple
client tool is provided to submit a candidate event to the database.
%prep
%setup -n %{name}-%{unmangled_version}
%build
python setup.py build
%install
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%exclude %{python_sitelib}/ligo/gracedb/*pyo
%exclude %{python_sitelib}/ligo/gracedb/test/*pyo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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