Skip to content
Snippets Groups Projects
Commit b02d10bb authored by Dennis Waldron's avatar Dennis Waldron
Browse files

Updated to reflect changes in the upgrade and creation SQL scripts

parent b4e56377
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ tag=`echo $ver | sed 's/\./_/g' | sed 's/-/_/g'`
# generate creation scripts for the db-based CASTOR components
# if $1 != NULL, it is interpreted as destination directory where to install the generated script
tools/makeSqlScripts.sh castor $tag castor/db $1
tools/makeSqlScripts.sh stager $tag castor/db $1
tools/makeSqlScripts.sh repack $tag castor/repack $1
tools/makeSqlScripts.sh vdqm $tag castor/vdqm $1
tools/makeProCSqlScripts.sh dlf $tag dlf/scripts/oracle $1
......
......@@ -33,7 +33,7 @@ def findUpdates(d):
def findGrantAndDropScripts(workDir, dirs):
res = []
dgRegExp = re.compile('\w+_oracle_(drop|grant).sql?')
dgRegExp = re.compile('\w+_oracle_(grant|schema).sql?')
for d in (dirs):
d = workDir + os.sep + d
for f in os.listdir(d):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment