Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
3ed53bd1
Commit
3ed53bd1
authored
Mar 22, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add SSHTIMEOUT var and use timeout command for ssh operations in gpush
parent
85c5d161
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gpush
bin/gpush
+2
-2
config
share/eterbuild/functions/config
+2
-0
No files found.
bin/gpush
View file @
3ed53bd1
...
@@ -64,8 +64,8 @@ push_to_remote()
...
@@ -64,8 +64,8 @@ push_to_remote()
echo
echo
echo
"** Push
$TEXTBRANCH
from
$PROJECTNAME
.git to
$GHOST
:packages/
$PROJECTNAME
.git"
echo
"** Push
$TEXTBRANCH
from
$PROJECTNAME
.git to
$GHOST
:packages/
$PROJECTNAME
.git"
# FIXME: push with one command
# FIXME: push with one command
git push
$PUSHALL
$PUSHFORCE
$GHOST
:packages/
$PROJECTNAME
.git
$TARGETBRANCH
timeout
$SSHTIMEOUT
git push
$PUSHALL
$PUSHFORCE
$GHOST
:packages/
$PROJECTNAME
.git
$TARGETBRANCH
git push
--tags
$GHOST
:packages/
$PROJECTNAME
.git
$TARGETBRANCH
timeout
$SSHTIMEOUT
git push
--tags
$GHOST
:packages/
$PROJECTNAME
.git
$TARGETBRANCH
}
}
# if remote list is empty, do ginit
# if remote list is empty, do ginit
...
...
share/eterbuild/functions/config
View file @
3ed53bd1
...
@@ -50,6 +50,8 @@ CURRENTBRANCHNAME="M51"
...
@@ -50,6 +50,8 @@ CURRENTBRANCHNAME="M51"
#SSH_KEYFILE=~/.ssh/id_dsa
#SSH_KEYFILE=~/.ssh/id_dsa
GIRARHOST
=
git.alt
GIRARHOST
=
git.alt
# Timeout in sec for ssh commands
SSHTIMEOUT
=
30
BUILDSERVER
=
BUILDSERVER
=
...
...
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