Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ci-tooling
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
ci-tooling
Commits
db0fe910
Commit
db0fe910
authored
Oct 20, 2018
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure Python's YAML module can pickle this
parent
c2716c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
helpers/create-abi-dump.py
helpers/create-abi-dump.py
+1
-1
No files found.
helpers/create-abi-dump.py
View file @
db0fe910
...
...
@@ -298,7 +298,7 @@ for library in foundLibraries:
"SONAME"
:
max
([
t
[
'SONAME'
]
for
t
in
library
.
targets
.
values
()]),
# use max because there may be more than one lib inside
"version"
:
library
.
version
,
"libname"
:
library
.
name
,
"targets"
:
li
brary
.
targets
.
keys
(
),
"targets"
:
li
st
(
library
.
targets
),
}
packageName
=
"{name}_{scmRevision}"
.
format
(
name
=
library
.
name
,
scmRevision
=
scmRevision
)
ourArchive
.
storePackage
(
packageName
,
fileName
,
scmRevision
,
extraMetadata
)
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