Codebase list rust-libslirp / a4d317b
show the new warning in RED Sylvestre Ledru 4 years ago
1 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
175175
176176 else
177177
178 cat <<eof
178 RED=`echo -e "\033[1;31m"`
179 NC=`echo -e "\033[0m"`
180 cat <<eof
181 ${RED}
179182 ATTENTION: this upload introduces NEW binary packages not already in the Debian
180183 archive, you will need to build a binary package out of it.
181184
187190
188191 Of those, the following are NEW:
189192 $new_bin_packages
193 ${NC}
190194 eof
191195
192196 fi
214218 fi
215219
216220 cat <<eof
217
218221 This assumes you followed the "Build environment" instructions in README.rst,
219222 for setting up a build environment for release.
220223