create a new dir for 'parked' RFC's

This commit is contained in:
Christian Thaeter 2011-04-14 02:51:00 +02:00
parent 7a45d6df13
commit 5beeba0b7f
2 changed files with 9 additions and 1 deletions

View file

@ -244,7 +244,14 @@ function process_file()
git add "$file"
fi
;;
*Parked*|*Dropped*)
*Parked*)
if [[ "$path" != "./doc/devel/rfc_parked" ]]; then
git mv "$file" "./doc/devel/rfc_parked"
else
git add "$file"
fi
;;
*Dropped*)
if [[ "$path" != "./doc/devel/rfc_dropped" ]]; then
git mv "$file" "./doc/devel/rfc_dropped"
else

View file

@ -0,0 +1 @@
design proposals which are deferred