Former-commit-id:61f269f54c
[formerly d85b989f77196d20eb2d2a21cf4daa13d50474ae] Former-commit-id:f2fac39428
5 lines
145 B
Bash
5 lines
145 B
Bash
#!/bin/bash
|
|
|
|
export COMPONENT_BUILD_DATE=`date +"%m-%d-%Y"`
|
|
export COMPONENT_BUILD_TIME=`date +"%T %Z"`
|
|
export COMPONENT_BUILD_SYSTEM=`hostname`
|