git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
256d22f
)
Less verbose when echoing source updates.
author
Steven Black
<redacted>
Sun, 14 Feb 2016 01:53:22 +0000
(20:53 -0500)
committer
Steven Black
<redacted>
Sun, 14 Feb 2016 01:53:22 +0000
(20:53 -0500)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 776fafb55255a4d66b5de43b06a34e2594119ca7..fc2f67e29f92794abce9f29b7f3236a136f4d6cd 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-192,7
+192,7
@@
def updateAllSources():
updateURL = getUpdateURLFromFile(source)
if updateURL is None:
continue
- print ("Updating source " +
source
+ " from " + updateURL)
+ print ("Updating source " +
os.path.basename(source)
+ " from " + updateURL)
# Cross-python call
updatedFile = getFileByUrl(updateURL)
git clone https://git.99rst.org/PROJECT