Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
monero-project
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
Show 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"]
path = storage/app/ffs-proposals
url = https://repo.getmonero.org/monero-project/ffs-proposals.git
[submodule "storage/app/proposals"]
path = storage/app/proposals
url = https://repo.getmonero.org/monero-project/ccs-proposals.git
branch = master
Envoy.blade.php
View file @
adca731a
@
task
(
'pull'
)
git
-
C
"storage/app/
ffs-
proposals"
pull
origin
master
git
-
C
"storage/app/proposals"
pull
origin
master
@
endtask
\ No newline at end of file
app/Console/Commands/ProcessProposals.php
View file @
adca731a
...
...
@@ -69,7 +69,7 @@ class ProcessProposals extends Command
{
$mergedMrFilenameToUrlMap
=
null
;
$files
=
Storage
::
files
(
'
ffs-
proposals'
);
$files
=
Storage
::
files
(
'proposals'
);
foreach
(
$files
as
$file
)
{
if
(
!
strpos
(
$file
,
'.md'
))
{
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