Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lvalert
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
Tanner Prestegard
lvalert
Commits
bc4366b1
Commit
bc4366b1
authored
10 years ago
by
Branson Stephens
Browse files
Options
Downloads
Patches
Plain Diff
Preparing to release new version of lvalert package. Updated changelog and GIT_TAG references.
parent
961aede8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
ligo/lvalert/__init__.py
+1
-1
1 addition, 1 deletion
ligo/lvalert/__init__.py
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
13 additions
and
4 deletions
debian/changelog
+
9
−
0
View file @
bc4366b1
ligo-lvalert (1.1-1) unstable; urgency=low
* added handlers to lvalert_send to avoid 4s sleep
* changed LVAlert LIGO-LW table name to lower case
* added explicit LIGO-LW content handler to utils
* modified get_LVAdata_from_stdin to accept either JSON or LIGO-LW
-- Branson Stephens <branson.stephens@ligo.org> Fri, 08 Aug 2014 10:20:00 -0500
ligo-lvalert (1.0-3) unstable; urgency=low
* Fixed version number problems. Added GIT_TAG info to lib.
...
...
This diff is collapsed.
Click to expand it.
ligo/lvalert/__init__.py
+
1
−
1
View file @
bc4366b1
...
...
@@ -18,4 +18,4 @@ __author__ = "LIGO Scientific Collaboration"
__all__
=
[
"
pubsub
"
,
"
lvstanzaprocessor
"
,
"
utils
"
]
GIT_TAG
=
'
lvalert-1.
0-3
'
GIT_TAG
=
'
lvalert-1.
1-1
'
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
bc4366b1
...
...
@@ -5,13 +5,13 @@ import os
from
distutils.core
import
setup
version
=
"
1.
0
"
version
=
"
1.
1
"
setup
(
name
=
"
ligo-lvalert
"
,
version
=
version
,
maintainer
=
"
Br
ian Moe
"
,
maintainer_email
=
"
br
ian.moe
@ligo.org
"
,
maintainer
=
"
Br
anson Stephens
"
,
maintainer_email
=
"
br
anson.stephens
@ligo.org
"
,
description
=
"
LIGO-Virgo Alert Network
"
,
long_description
=
"
The LIGO-Virgo Alert Network (LVAlert) is a prototype notification service built XMPP to provide a basic notification tool which allows multiple producers and consumers of notifications.
"
,
...
...
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