Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sysadmin
A daemon to poll rsync and sync neon images.
Commits
8c2fac99
Commit
8c2fac99
authored
Mar 04, 2019
by
Harald Sitter
💣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use master cname
the underlying server may change over time
parent
51998d83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.go
main.go
+1
-1
No files found.
main.go
View file @
8c2fac99
...
...
@@ -101,7 +101,7 @@ func v1Sync(c *gin.Context) {
// cmd := exec.Command("ls", "-lah")
cmd
:=
exec
.
Command
(
"/usr/bin/rsync"
,
"-rlptv"
,
"--info=progress"
,
"--delete"
,
"rsync://
racnoss
.kde.org/applicationdata/neon"
,
"rsync://
master
.kde.org/applicationdata/neon"
,
"/mnt/volume-do-cacher-storage/files.kde.org/"
)
stdout
,
err
:=
cmd
.
StdoutPipe
()
...
...
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