Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2051620
create repo via conduit
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
faulconbridge
Nov 29 2016, 5:35 PM
2016-11-29 17:35:40 (UTC+0)
Size
928 B
Referenced Files
None
Subscribers
None
create repo via conduit
View Options
################################################################################
#
# Track repository in Phabricator
#
################################################################################
echo "$STR"
echo "-------------------------------------------"
echo "--------- Tracking in Phabricator ---------"
echo "-------------------------------------------"
# Create the repository and store json response
# so we can snag some relevant info later on
thisRepository=$(echo "{
\"transactions\": [
{
\"type\": \"name\",
\"value\": \"${project}\"
},
{
\"type\": \"vcs\",
\"value\": \"git\"
},
{
\"type\": \"callsign\",
\"value\": \"${callsign}\"
},
{
\"type\": \"defaultBranch\",
\"value\": \"master\"
}
]
}" | arc call-conduit \
--conduit-uri https://phabricator.example.com \
--conduit-token ${conduitToken} \
diffusion.repository.edit)
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
349340
Default Alt Text
create repo via conduit (928 B)
Attached To
Mode
P2020 create repo via conduit
Attached
Detach File
Event Timeline
Log In to Comment