Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
274e347b
Commit
274e347b
authored
13 years ago
by
kaloyane
Browse files
Options
Downloads
Patches
Plain Diff
minor: copy "tar.gz" binaries to the sprint_builds folder
SVN: 22331
parent
892c944b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openbis_all/source/bash/build.sh
+1
-1
1 addition, 1 deletion
openbis_all/source/bash/build.sh
openbis_all/source/bash/tag_and_build.sh
+1
-1
1 addition, 1 deletion
openbis_all/source/bash/tag_and_build.sh
with
2 additions
and
2 deletions
openbis_all/source/bash/build.sh
+
1
−
1
View file @
274e347b
...
@@ -67,7 +67,7 @@ function copy_to_cisd_server {
...
@@ -67,7 +67,7 @@ function copy_to_cisd_server {
OPENBIS_PATH
=
~openbis/fileserver/sprint_builds/openBIS
OPENBIS_PATH
=
~openbis/fileserver/sprint_builds/openBIS
SPRINT_DIR
=
$OPENBIS_PATH
/
$TODAY
-
$FULL_VER
SPRINT_DIR
=
$OPENBIS_PATH
/
$TODAY
-
$FULL_VER
mkdir
-p
$SPRINT_DIR
mkdir
-p
$SPRINT_DIR
cp
-p
*
$FULL_VER
*
.
{
zip,
jar
}
$SPRINT_DIR
/
cp
-p
*
$FULL_VER
*
.
{
zip,
gz
}
$SPRINT_DIR
/
chmod
g+w
-R
$SPRINT_DIR
chmod
g+w
-R
$SPRINT_DIR
fi
fi
state_end
state_end
...
...
This diff is collapsed.
Click to expand it.
openbis_all/source/bash/tag_and_build.sh
+
1
−
1
View file @
274e347b
...
@@ -81,7 +81,7 @@ function copy_to_cisd_server {
...
@@ -81,7 +81,7 @@ function copy_to_cisd_server {
OPENBIS_PATH
=
~openbis/fileserver/sprint_builds/openBIS
OPENBIS_PATH
=
~openbis/fileserver/sprint_builds/openBIS
SPRINT_DIR
=
$OPENBIS_PATH
/
$TODAY
-
$FULL_VER
SPRINT_DIR
=
$OPENBIS_PATH
/
$TODAY
-
$FULL_VER
mkdir
-p
$SPRINT_DIR
mkdir
-p
$SPRINT_DIR
cp
-p
*
$FULL_VER
*
.
{
zip,
jar
}
$SPRINT_DIR
/
cp
-p
*
$FULL_VER
*
.
{
zip,
gz
}
$SPRINT_DIR
/
chmod
g+w
-R
$SPRINT_DIR
chmod
g+w
-R
$SPRINT_DIR
fi
fi
state_end
state_end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment