Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
package_control_channel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Gaurav Kukreja
package_control_channel
Commits
ee775e00
Commit
ee775e00
authored
May 31, 2017
by
wbond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change formatting of CI output
parent
ec54d55d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
ci.py
tests/ci.py
+5
-3
No files found.
tests/ci.py
View file @
ee775e00
...
...
@@ -95,14 +95,16 @@ while not filenames:
# existed when it was written
if
not
filenames
:
if
commit_offset
==
1
:
print
(
'Skipping commits that contain no package changes:'
)
print
(
'Skipping commits that contain no package changes: '
,
end
=
''
)
else
:
print
(
', '
,
end
=
''
)
short_commit_hash
=
run
([
'git'
,
'rev-parse'
,
'HEAD~
%
d'
%
(
commit_offset
-
1
)])[
0
:
8
]
print
(
' -
%
s'
%
short_commit_hash
)
print
(
short_commit_hash
,
end
=
''
)
commit_offset
+=
1
continue
if
commit_offset
>
1
:
print
()
print
(
'
\n
'
)
def
package_name
(
data
):
if
'name'
in
data
:
...
...
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