]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/double_build/exec/repopulate
rename double_build -> split_build
[cran2deb.git] / branch / double_build / exec / repopulate
diff --git a/branch/double_build/exec/repopulate b/branch/double_build/exec/repopulate
deleted file mode 100755 (executable)
index ab3ea60..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-## DOC: cran2deb repopulate
-## DOC:     repopulate the cran2deb database and configurations from a new cran2deb release
-## DOC:
-
-umask 002
-root=$1
-shift
-for x in $(find /etc/cran2deb/ -type f -name '*.in'); do
-    y=$(echo $x | sed -e 's,.in$,,')
-    sed -e "s:@ROOT@:$root:g" <"$x" >"$y"
-done
-
-# now do an update to reflect any config changes
-"$root/exec/update" "$root"
-
-(for fn in populate_licenses quit; do
-    cat "$root/data/$fn"
-done) | "$root/exec/license" "$root"
-
-(for fn in populate_depend_aliases populate_sysreq populate_forcedep quit; do
-    cat "$root/data/$fn"
-done) | "$root/exec/depend" "$root"
-