Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
81dc5a2b
Commit
81dc5a2b
authored
Apr 10, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dump width /nofocode
parent
bed16485
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/exp/com/src/os_linux/reload.sh
src/exp/com/src/os_linux/reload.sh
+2
-2
src/exp/com/src/os_linux/upgrade.sh
src/exp/com/src/os_linux/upgrade.sh
+4
-4
No files found.
src/exp/com/src/os_linux/reload.sh
View file @
81dc5a2b
#! /bin/bash
#
# Proview $Id: reload.sh,v 1.1
0 2006-01-23 09:23:06
claes Exp $
# Proview $Id: reload.sh,v 1.1
1 2008-04-10 10:38:30
claes Exp $
# Copyright (C) 2005 SSAB Oxelsund AB.
#
# This program is free software; you can redistribute it and/or
...
...
@@ -173,7 +173,7 @@ reload_loaddb()
dump_file
=
$pwrp_db
/
$cdb
.wb_dmp
list_file
=
$pwrp_db
/
$cdb
.lis
if
wb_cmd wb load/load
=
\"
$dump_file
\"
/out
=
\"
$list_file
\"
if
wb_cmd wb load/
nofocode/
load
=
\"
$dump_file
\"
/out
=
\"
$list_file
\"
then
reload_status
=
$reload__success
else
...
...
src/exp/com/src/os_linux/upgrade.sh
View file @
81dc5a2b
#! /bin/bash
#
# Proview $Id: upgrade.sh,v 1.1
3 2008-04-08 12:1
8:30 claes Exp $
# Proview $Id: upgrade.sh,v 1.1
4 2008-04-10 10:3
8:30 claes Exp $
# Copyright (C) 2005 SSAB Oxelsund AB.
#
# This program is free software; you can redistribute it and/or
...
...
@@ -26,8 +26,8 @@ let reload__loaddb=4
let
pass__continue
=
1
let
pass__execute
=
2
#
v44_root="/data1/pwr/x4-4-4/rls_dbg"
v44_root
=
"/usr/pwr44"
v44_root
=
"/data1/pwr/x4-4-4/rls_dbg"
#
v44_root="/usr/pwr44"
reload_dumpdb
()
{
...
...
@@ -221,7 +221,7 @@ reload_loaddb()
dump_file
=
$pwrp_db
/
$cdb
.wb_dmp
list_file
=
$pwrp_db
/
$cdb
.lis
if
wb_cmd wb load/load
=
\"
$dump_file
\"
/out
=
\"
$list_file
\"
if
wb_cmd wb load/
nofocode/
load
=
\"
$dump_file
\"
/out
=
\"
$list_file
\"
then
reload_status
=
$reload__success
else
...
...
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