Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
5808dba7
Unverified
Commit
5808dba7
authored
Nov 17, 2019
by
IKEDA Soji
Committed by
GitHub
Nov 17, 2019
Browse files
Merge pull request #787 from racke/topic/cli-sync-include by racke
Various improvements to --sync-include output
parents
c319e761
e3ee3668
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sbin/sympa.pl.in
View file @
5808dba7
...
...
@@ -885,12 +885,18 @@ if ($main::options{'dump'} or $main::options{'dump_users'}) {
exit
1
;
}
unless
(
$list
->
has_include_data_sources
)
{
printf
STDERR
"
No data sources defined for inclusion into list %s.
\n
",
$list
->
get_id
;
exit
1
;
}
unless
(
defined
$list
->
sync_include
())
{
print
STDERR
"
Failed to synchronize list members
\n
";
exit
1
;
}
printf
"
Members of list %s have been successfully update.
\n
",
printf
"
Members of list %s have been successfully update
d
.
\n
",
$list
->
get_id
;
exit
0
;
## Migration from one version to another
...
...
Write
Preview
Supports
Markdown
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