X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fdouble_build%2Fexec%2Fdb_release;fp=branch%2Fdouble_build%2Fexec%2Fdb_release;h=0000000000000000000000000000000000000000;hb=42bff07893104a11db95c8d65fe518a336463351;hp=cc6d59d09958e6c0ae7e81ed3d59df379fc4d42c;hpb=f0817a2fbc3df0f5daad0a9e1a11d9f295218c0a;p=cran2deb.git diff --git a/branch/double_build/exec/db_release b/branch/double_build/exec/db_release deleted file mode 100755 index cc6d59d..0000000 --- a/branch/double_build/exec/db_release +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env r -## DOC: cran2deb db_release -## DOC: make note of a substantial update of the database. causes all packages to be marked for ebuild. -## DOC: - -suppressPackageStartupMessages(library(cran2deb)) - -con <- db_start() -notice('old db version:',db_cur_version(con)) -db_stop(con,TRUE) -con <- db_start() -notice('new db version:',db_cur_version(con)) -db_stop(con)