Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
41e3cb0d
Commit
41e3cb0d
authored
Nov 24, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+exception
parent
be95060e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
check_versions.py
check_versions.py
+4
-0
No files found.
check_versions.py
View file @
41e3cb0d
...
...
@@ -172,6 +172,10 @@ for p,v in Projects.items():
if
p
.
find
(
package_prefix
)
==
0
:
name
=
package_prefix
+
name
#only exception
if
name
==
"fpga-x393_sata"
:
name
=
"fpga-x393sata"
local_list
.
append
([
name
.
encode
(
'ascii'
,
'ignore'
),
tmp
])
elif
isinstance
(
v
,
list
):
tmp
=
get_version_from_git
(
p
,
git_vfile
)
...
...
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