[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #31568 [Applications/Tor Browser]: Update How to Create Gradle Dependencies
#31568: Update How to Create Gradle Dependencies
-------------------------------------------------+-------------------------
Reporter: sisbell | Owner: tbb-
| team
Type: defect | Status:
| needs_revision
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-rbm, ff68-esr, tbb-9.0-must- | Actual Points:
nightly, TorBrowserTeam201908 |
Parent ID: #30324 | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by sisbell):
Can you try following and see if it works for you
{{{
cat logs/tor-android-service-android-armv7.log | grep "Performing HTTP" |
grep -o "https://.*" | rev | sort -t/ -u -k1,1 | rev > download-urls.txt
}}}
Since the de-duping is occurring on artifact name (and not the entire
URL), we reverse the characters and sort. This puts same artifact names in
adjacent lines. Then take only unique values for first field (artifact
name)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31568#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs