Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
glue
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
glue
Commits
e407430b
Commit
e407430b
authored
Jun 05, 2018
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing for 1.59 release.
parent
421a986c
Pipeline
#21480
passed with stages
in 12 minutes and 41 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
debian/changelog
debian/changelog
+7
-0
etc/glue.spec
etc/glue.spec
+4
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
e407430b
lscsoft-glue (1.59.0-1) unstable; urgency=low
* Jun 2018 1.59.0 release for removal of old code and several packaging and
python 3 updates.
-- Ryan Fisher <ryan.fisher@ligo.org> Tue, 5 Jun 2018 22:44:00 -0500
lscsoft-glue (1.58.2-1) unstable; urgency=low
* March 2018 1.58.2 bug fix for 1.58 release with change to ligolw rows.
...
...
etc/glue.spec
View file @
e407430b
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.5
8.2
Version: 1.5
9.0
Release: 1%{?dist}
License: GPLv2+
Group: Development/Libraries
...
...
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
%{_glue_prefix}/bin/ligolw_sqlite
%changelog
* Tue Jun 5 2018 Ryan Fisher <rpfisher@syr.edu>
- Pre O-3 release with removal of old codes, more packaging changes, better testing and more Python 3 compatibility.
* Tue Mar 13 2018 Ryan Fisher <rpfisher@syr.edu>
- Pre O-3 release with packaging changes, better testing and more Python 3 compatibility.
...
...
setup.py
View file @
e407430b
...
...
@@ -15,7 +15,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.5
8.2
"
ver
=
"1.5
9.0
"
def
remove_root
(
path
,
root
):
if
root
:
...
...
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