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
2837b151
Commit
2837b151
authored
Jun 16, 2016
by
Ryan Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ER9 pre-release
parent
07f7f2e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
debian/changelog
debian/changelog
+7
-1
etc/glue.spec
etc/glue.spec
+2
-2
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
2837b151
glue (1.50.0-1) unstable; urgency=low
* Pre-ER9 release of glue.
-- Ryan Fisher <ryan.fisher@ligo.org> Thu, 16 Jun 2016 17:37:00 -0500
glue (1.49.1-1) unstable; urgency=low
* Pre-ER8 release of glue, attempt2.
-- Ryan Fisher <ryan.fisher@ligo.org> Thu
rs
, 23 Jul 2015 16:37:00 -0500
-- Ryan Fisher <ryan.fisher@ligo.org> Thu, 23 Jul 2015 16:37:00 -0500
glue (1.49-1) unstable; urgency=low
...
...
etc/glue.spec
View file @
2837b151
...
...
@@ -8,7 +8,7 @@
Name: glue
Summary: The Grid LSC User Environment
Version: 1.
49.1
Version: 1.
50.0
Release: 1%{?dist}
License: None
Group: Development/Libraries
...
...
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
--skip-build \
--root=%{buildroot} \
--prefix=%{_glue_prefix}
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.
49.1
-py2.?.egg-info
rm -rf $RPM_BUILD_ROOT/usr/lib64/python2.?/site-packages/glue-1.
50.0
-py2.?.egg-info
%clean
rm -rf $RPM_BUILD_ROOT
...
...
setup.py
View file @
2837b151
...
...
@@ -37,7 +37,7 @@ from distutils import log
from
misc
import
generate_vcs_info
as
gvcsi
ver
=
"1.
49.1
"
ver
=
"1.
50.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