Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Blends Team
website
Commits
3ad6fb42
Commit
3ad6fb42
authored
6 years ago
by
Andreas Tille
Browse files
Options
Downloads
Patches
Plain Diff
More fine grained debugging
parent
19a9b142
No related branches found
Branches containing commit
Tags
debian/4.3.2-1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/machine_readable/fetch-machine-readable_salsa.py
+3
-3
3 additions, 3 deletions
misc/machine_readable/fetch-machine-readable_salsa.py
with
3 additions
and
3 deletions
misc/machine_readable/fetch-machine-readable_salsa.py
+
3
−
3
View file @
3ad6fb42
...
...
@@ -139,7 +139,7 @@ for group in blends_groups:
if
last_activity_at
==
project
.
attributes
[
'
last_activity_at
'
]:
dosomething
=
False
unchanged
+=
1
if
debug
>
0
:
if
debug
>
1
:
print
(
"
Do nothing in %s since found last_activity_at %s == repository %s
"
%
(
name
,
last_activity_at
,
project
.
attributes
[
'
last_activity_at
'
]))
else
:
if
debug
>
0
:
...
...
@@ -151,8 +151,8 @@ for group in blends_groups:
pass
if
not
dosomething
:
continue
if
debug
>
0
:
print
(
"
Opening %s failed thus w
riting.
"
%
os
.
path
.
join
(
namedir
,
name
+
'
.vcs
'
))
if
debug
>
1
:
print
(
"
W
riting
%s
.
"
%
os
.
path
.
join
(
namedir
,
name
+
'
.vcs
'
))
with
open
(
os
.
path
.
join
(
namedir
,
name
+
'
.vcs
'
),
'
w
'
)
as
out
:
out
.
write
(
"
Vcs-Browser: https://salsa.debian.org/%s/%s
\n
"
%
(
gpath
,
name
))
out
.
write
(
"
Vcs-Git: https://salsa.debian.org/%s/%s.git
\n
"
%
(
gpath
,
name
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment