Codebase list rust-stfu8 / 8178bcf
improve the release script for sponsoring Sylvestre Ledru 2 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
169169 rm_bin_packages="$(echo "$diff_bin_packages" | grep '^-' | sed -e 's/^-//g')"
170170
171171 show_build_notice() {
172 CRATE_FORMAT=$(echo $CRATE|sed -e "s/_/-/g")
172173 cat <<eof
173174 The recommended way to build and upload is to run something like:
174175
175 cd build && ./build.sh $CRATE $VER && dput ${DEBSRC}_${DEBVER}_${DEB_HOST_ARCH}.changes && git push origin pending-$CRATE && git checkout -
176 cd build && ./build.sh $CRATE $VER && dput ${DEBSRC}_${DEBVER}_${DEB_HOST_ARCH}.changes && git push origin pending-$CRATE_FORMAT && git checkout - && cd -
177
176178 eof
177179 }
178180