#990 closed defect (fixed)
Release exporter looks for files in incorrect directory
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v4.11.2 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
A side-effect of implementing ticket #981 causes the release exporter to look for released files in the incorrect directory.
Before the change a file in directory /1234567.1/l.r.m.c.lib.g
was copied to /S000001/l.r.m.c.lib.g
on the release server. After the change in #981 the source files are located in /12/1234567.1/l.r.m.c.lib.g
which causes the release exporter to look for (and copy to) /12/S000001/l.r.m.c.lib.g
.
This causes the release exporter to not find already existing files and it will make a duplicate copy. We do not want that.
We do not want to move files around on the release server either so the /12
prefix need to be removed.
Change History (3)
comment:1 by , 7 years ago
Milestone: | Reggie v4.x → Reggie v4.12 |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
Milestone: | Reggie v4.12 → Reggie v4.11.2 |
---|
(In [4567]) Fixes #990: Release exporter looks for files in incorrect directory