Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313417
pip-swh-packages
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
344 B
Subscribers
None
pip-swh-packages
View Options
#!/usr/bin/env bash
cd
"
$(
dirname
$0
)
/.."
suffix
=
""
if
[
"
$1
"
==
"--with-testing"
]
;
then
suffix
=
"[testing]"
fi
./bin/py-depgraph
|
grep
--
'->'
|
sed
-e
's/[";]//g'
-e
's/->//g'
-e
's/\[.*$//g'
|
tsort
|
tac
|
grep
'^swh\.'
|
sed
's:\.:-:g'
|
sed
's:^:-e :'
|
sed
"s/
$
/
$suffix
/"
|
sed
's/\]\[/,/g'
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Thu, Jul 3, 11:38 AM (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3237898
Attached To
rDENV Development environment
Event Timeline
Log In to Comment