Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117640564
20160510.repo.01.uriindex.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 14, 18:41
Size
197 B
Mime Type
text/x-php
Expires
Mon, Jun 16, 18:41 (2 d)
Engine
blob
Format
Raw Data
Handle
26781540
Attached To
rPH Phabricator
20160510.repo.01.uriindex.php
View Options
<?php
$repos
=
id
(
new
PhabricatorRepositoryQuery
())
->
setViewer
(
PhabricatorUser
::
getOmnipotentUser
())
->
needURIs
(
true
)
->
execute
();
foreach
(
$repos
as
$repo
)
{
$repo
->
updateURIIndex
();
}
Event Timeline
Log In to Comment