Opened 6 years ago
Closed 6 years ago
#1098 closed enhancement (fixed)
Release exporter should generate scripts that works with the "update" importer mode
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.21 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The "update" mode in the release importer is described in Relax ticket #1095 and works by only updating annotations for items that are already existing and part of an existing release (=project).
The scripts that are created by the release exporter need similar functionality. Basically:
- The
mkdirs.sh
script should only create directories if they also already exists in another release directory. This other directory should be specified as a parameter. If no other directory is specified, a full directory structure is created. - The
mklinks.sh
script should only create links if they also already exists in another release directory (as a link or file). This other directory should be specified as a parameter. If no other directory is specified, all links are created. - The
rsync.sh
script is not needed in "update" mode so no changes are required.
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Status: | new → assigned |
---|
comment:4 by , 6 years ago
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5193]) References #1098: Release exporter should generate scripts that works with the "update" importer mode
New scripts are now created. The
mkdirs.sh
andmklinks.sh
scripts now has support for specifying a second parameter that should be the path to the top-level directory of an existing release. Examples: