Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
40233b9a
Commit
40233b9a
authored
Sep 03, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rsync_all: update
parent
182fafd8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rsync_all.sh
etersoft-cron/rsync_all.sh
+3
-3
No files found.
etersoft-cron/rsync_all.sh
View file @
40233b9a
#!/bin/bash
# Written by Lav (c) 2001, 2002, 2003, 2004, 2008
# Written by Lav (c) 2001, 2002, 2003, 2004, 2008
, 2016
# Vitaly Lipatov <lav@etersoft.ru>
# 24.12.01, 16.11.03, 30.12.03, 17.12.04
# Обновление Сизифа
...
...
@@ -21,7 +21,7 @@ exec >> $LOGFILE
get_rsync_path
()
{
local
RSYNCPATH
if
[
"
$1
"
=
"c6/branch"
]
;
then
if
[
"
$1
"
=
"c6/branch"
]
||
[
"
$1
"
=
"c7/branch"
]
;
then
RSYNCPATH
=
rsync.altlinux.ru::ALTLinux
#elif echo "$1" | grep -q "p8/" ; then
elif
false
;
then
...
...
@@ -128,7 +128,7 @@ fi
# we do not update 5.0
#for i in 4.0 4.1 p5 p6 c6 t6 p7 t7; do
for
i
in
p
5 p
6 p7 p8
;
do
for
i
in
p6 p7 p8
;
do
# move branches
#mkdir $i/branch/ || continue
#for a in i586 x86_64 x86_32 noarch ; do
...
...
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