Deleted Added
sdiff udiff text old ( 287111 ) new ( 298083 )
full compact
1#
2# $Id$
3#
4# Copyright 2014, Juniper Networks, Inc.
5# All rights reserved.
6# This SOFTWARE is licensed under the LICENSE provided in the
7# ../Copyright file. By downloading, installing, copying, or otherwise
8# using the SOFTWARE, you agree to be bound by the terms of that

--- 63 unchanged lines hidden (view full) ---

72 -e "s;__SIZE__;SIZE (textproc/${PACKAGE_FILE}) = $$SIZE;"
73
74GH_PACKAGING_DIR = ${PACKAGE_VERSION}/packaging
75GH_PAGES_PACKAGE_DIR = ${GH_PAGES_DIR}/${GH_PACKAGING_DIR}
76
77packages:
78 @-[ -d ${GH_PAGES_DIR} ] && set -x \
79 && echo "Updating packages on gh-pages ..." \
80 && SHA1="`openssl sha1 ${PACKAGE_FILE} | awk '{print $$2}'`" \
81 && SHA256="`openssl sha256 ${PACKAGE_FILE} | awk '{print $$2}'`" \
82 && SIZE="`ls -l ${PACKAGE_FILE} | awk '{print $$5}'`" \
83 && echo "... ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.rb ..." \
84 && sed ${UPDATE_PACKAGE_FILE} \
85 packaging/${PACKAGE_NAME}.rb.base \
86 > ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.rb \
87 && echo "... ${GH_PAGES_PACKAGE_DIR}/${PACKAGE_NAME}.spec ..." \

--- 15 unchanged lines hidden ---