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
30db5c2a
Commit
30db5c2a
authored
Sep 17, 2018
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Setting up for 1.60.0 release
parent
44021b90
Pipeline
#30782
passed with stages
in 22 minutes and 50 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
debian/changelog
debian/changelog
+6
-0
etc/glue.spec
etc/glue.spec
+4
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
30db5c2a
lscsoft-glue (1.60.0-1) unstable; urgency=low
* September 2018 1.60.0 pre-OPA pre-O3 release.
-- Ryan Fisher <ryan.fisher@ligo.org> Mon, 17 Sep 2018 16:13:00 -0400
lscsoft-glue (1.59.2-1) unstable; urgency=low
* Jun 2018 1.59.2 removing old M2Crypto import hiding in LDBDWClient.py
...
...
etc/glue.spec
View file @
30db5c2a
Name: glue
Summary: The Grid LSC User Environment
Version: 1.
59.2
Version: 1.
60.0
Release: 1%{?dist}
License: GPLv2+
Group: Development/Libraries
...
...
@@ -207,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ligolw_sqlite
%changelog
* Mon Sep 17 2018 Ryan Fisher <rpfisher@syr.edu>
- 1.60.0 Pre-OPA pre-O3 release.
* Tue Jun 19 2018 Ryan Fisher <rpfisher@syr.edu>
- 1.59.2 removing old M2Crypto import hiding in LDBDWClient.py.
...
...
setup.py
View file @
30db5c2a
...
...
@@ -15,7 +15,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.
59.2
"
ver
=
"1.
60.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