< Project:PostgreSQL
Project:PostgreSQL/Version Bump
In most cases, a simple copy/rename will be enough. Except, when introducing a new slot.
Testing Version Bump
for p in postgresql-*.ebuild; do
ebuild ${p} clean
USE="-server" ebuild ${p} install || break
ebuild ${p} clean
USE="server" FEATURES="userpriv test" LC_ALL="C" ebuild ${p} install || break
ebuild ${p} clean
done
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.