Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7170718
makedeb.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
162 B
Referenced Files
None
Subscribers
None
makedeb.sh
View Options
#!/bin/bash
if
[
-f dist
]
;
then
rm -r dist
fi
python3 setup.py sdist
sleep
2
cd
dist
tar zxvf *.tar.gz
cd
python3-msrplib-?.??.?
debuild --no-sign
ls
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Nov 26, 5:13 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3413822
Default Alt Text
makedeb.sh (162 B)
Attached To
Mode
rPYMSRPLIB python3-msrplib
Attached
Detach File
Event Timeline
Log In to Comment