Signed-off-by: Karel Zak <kzak@redhat.com>
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-. ./commands.sh
-. ./functions.sh
-TS_COMPONENT="cal"
+TS_TOPDIR="$(dirname $0)/../.."
TS_DESC="1 month"
+. $TS_TOPDIR/functions.sh
ts_init "$*"
set -o pipefail
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-. ./commands.sh
-. ./functions.sh
-
-TS_COMPONENT="cal"
+TS_TOPDIR="$(dirname $0)/../.."
TS_DESC="3 months"
+. $TS_TOPDIR/functions.sh
ts_init "$*"
set -o pipefail
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
-. ./commands.sh
-. ./functions.sh
-
-TS_COMPONENT="cal"
+TS_TOPDIR="$(dirname $0)/../.."
TS_DESC="year"
+. $TS_TOPDIR/functions.sh
ts_init "$*"
set -o pipefail