Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123846823
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
Tue, Jul 29, 23:01
Size
197 B
Mime Type
text/x-php
Expires
Thu, Jul 31, 23:01 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27739425
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