Ticket #29 (closed enhancement: fixed)
Include release in image filename
| Reported by: | openmct | Owned by: | somebody |
|---|---|---|---|
| Priority: | low | Milestone: | OpenMCT RC4 |
| Component: | other | Version: | alpha |
| Severity: | minor | Keywords: | |
| Cc: |
Description
To me it would be nice to have the release number in the filename. Currently the image is named like this: "OpenMCT_0x100_0x00_0x2001.bin". With the requested enhancement the name should be: "OpenMCT_r592_0x100_0x00_0x2001".
Possibe solution:
Index: configs/nas200 =================================================================== --- configs/nas200 (Revision 592) +++ configs/nas200 (Arbeitskopie) @@ -14,7 +14,7 @@ IMAGEFLASHROOTSIZE=6208 IMAGEFLASHETCSIZE=1024 IMAGEKERNELCONFIG=sa200 -IMAGEFILENAME=OpenMCT_$(IMAGEVERSION)_$(IMAGESUBVERSION)_$(IMAGEPRODCODE).bin +IMAGEFILENAME=OpenMCT_$(SOFTWAREVERSION)_$(IMAGEVERSION)_$(IMAGESUBVERSION)_$(IMAGEPRODCODE).bin ETH0IPADDR=192.168.1.254 ETH0NETWORK=192.168.1.0 ETH0BROADCAST=192.168.1.255
Change History
Note: See
TracTickets for help on using
tickets.
