Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ligo-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
lscsoft
ligo-common
Commits
037ed260
Verified
Commit
037ed260
authored
6 years ago
by
Duncan Macleod
Browse files
Options
Downloads
Patches
Plain Diff
updated maintainer to
@duncanmmacleod
from
@tanner.prestegard
parent
641c2396
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Updated maintainer to @duncanmmacleod
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/copyright
+2
-2
2 additions, 2 deletions
debian/copyright
ligo-common.spec
+1
-1
1 addition, 1 deletion
ligo-common.spec
ligo/__init__.py
+1
-1
1 addition, 1 deletion
ligo/__init__.py
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
8 additions
and
8 deletions
debian/control
+
1
−
1
View file @
037ed260
Source: ligo-common
Section: python
Priority: extra
Maintainer:
Tanner Prestegard <tanner.prestegar
d@ligo.org>
Maintainer:
Duncan Macleod <duncan.macleo
d@ligo.org>
Build-Depends: python-all-dev, python3-all-dev, python-setuptools, python3-setuptools, debhelper (>= 9), dh-python
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
2
−
2
View file @
037ed260
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact:
Tanner Prestegard <tanner.prestegar
d@ligo.org>
Source: https://git.ligo.org/lscsoft/l
valert
Upstream-Contact:
Duncan Macleod <duncan.macleo
d@ligo.org>
Source: https://git.ligo.org/lscsoft/l
igo-common
Files: *
Copyright: 2011-2016 The LIGO Scientific Collaboration
...
...
This diff is collapsed.
Click to expand it.
ligo-common.spec
+
1
−
1
View file @
037ed260
...
...
@@ -18,7 +18,7 @@ BuildRequires: python-rpm-macros
BuildRequires: python3-rpm-macros
BuildRequires: python-setuptools
BuildRequires: python%{python3_pkgversion}-setuptools
Vendor:
Tanner Prestegard <tanner.prestegar
d@ligo.org>
Vendor:
Duncan Macleod <duncan.macleo
d@ligo.org>
%description
Empty module placeholder for other LIGO modules
...
...
This diff is collapsed.
Click to expand it.
ligo/__init__.py
+
1
−
1
View file @
037ed260
# -*- coding: utf-8 -*-
# Copyright (C) 2018
Tanner Prestegar
d
# Copyright (C) 2018
Duncan Macleo
d
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
037ed260
# -*- coding: utf-8 -*-
# Copyright (C) 2018
Tanner Prestegar
d
# Copyright (C) 2018
Duncan Macleo
d
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -21,8 +21,8 @@ version = "1.0.2"
setup
(
name
=
"
ligo-common
"
,
version
=
version
,
maintainer
=
"
Tanner Prestegar
d
"
,
maintainer_email
=
"
tanner.prestegar
d@ligo.org
"
,
maintainer
=
"
Duncan Macleo
d
"
,
maintainer_email
=
"
duncan.macleo
d@ligo.org
"
,
description
=
"
Empty LIGO modules
"
,
long_description
=
"
Empty module placeholder for other LIGO modules
"
,
license
=
'
GPLv3
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment