Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
CCS Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiphon
CCS Backend
Commits
adca731a
Commit
adca731a
authored
Jan 27, 2019
by
xiphon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submodule: replace ffs-proposals with ccs-proposals
parent
b27453d9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
.gitmodules
.gitmodules
+4
-3
Envoy.blade.php
Envoy.blade.php
+1
-1
app/Console/Commands/ProcessProposals.php
app/Console/Commands/ProcessProposals.php
+1
-1
storage/app/proposals
storage/app/proposals
+0
-0
No files found.
.gitmodules
View file @
adca731a
[submodule "storage/app/ffs-proposals"]
[submodule "storage/app/proposals"]
path = storage/app/ffs-proposals
path = storage/app/proposals
url = https://repo.getmonero.org/monero-project/ffs-proposals.git
url = https://repo.getmonero.org/monero-project/ccs-proposals.git
branch = master
Envoy.blade.php
View file @
adca731a
@
task
(
'pull'
)
@
task
(
'pull'
)
git
-
C
"storage/app/
ffs-
proposals"
pull
origin
master
git
-
C
"storage/app/proposals"
pull
origin
master
@
endtask
@
endtask
\ No newline at end of file
app/Console/Commands/ProcessProposals.php
View file @
adca731a
...
@@ -69,7 +69,7 @@ class ProcessProposals extends Command
...
@@ -69,7 +69,7 @@ class ProcessProposals extends Command
{
{
$mergedMrFilenameToUrlMap
=
null
;
$mergedMrFilenameToUrlMap
=
null
;
$files
=
Storage
::
files
(
'
ffs-
proposals'
);
$files
=
Storage
::
files
(
'proposals'
);
foreach
(
$files
as
$file
)
{
foreach
(
$files
as
$file
)
{
if
(
!
strpos
(
$file
,
'.md'
))
{
if
(
!
strpos
(
$file
,
'.md'
))
{
continue
;
continue
;
...
...
proposals
@
4459b497
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment