Opened 15 years ago
Closed 12 years ago
#33 closed enhancement (fixed)
remove "#ifdef NO_OFFICIAL_RELEASE"
Reported by: | Peter Baumann | Owned by: | msahakyan |
---|---|---|---|
Priority: | minor | Milestone: | 8.4 |
Component: | rascontrol | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
In rascontrol, some functionality is conditional on NO_OFFICIAL_RELEASE, which technically is not justified.
Task is to remove the #ifdef and test the functionality thus released.
Change History (3)
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
Version: | → 8.3 |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Marina, this seems like an easy task to introduce you to compiling and installing rasdaman.
First run the systemtest and make sure everything passes:
cd systemtest && make check
Then search for the NO_OFFICIAL_RELEASE in the sources and remove it from the code, recompile rasdaman and rerun the tests.
Once done you should make a patch, see wiki:FAQ#IwanttosubmitapatchhowdoIdothis