Opened 14 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 Dimitar Misev, 13 years ago

Owner: set to Dimitar Misev
Status: newaccepted

comment:2 by Dimitar Misev, 12 years ago

Owner: changed from Dimitar Misev to msahakyan
Status: acceptedassigned
Version: 8.3

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

comment:3 by msahakyan, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.