[Collab-qa-commits] r534 - bapase
filippo at alioth.debian.org
filippo at alioth.debian.org
Sat Dec 1 22:32:03 UTC 2007
Author: filippo
Date: 2007-12-01 22:32:02 +0000 (Sat, 01 Dec 2007)
New Revision: 534
Added:
bapase/add_pa.sh
Modified:
bapase/Makefile
bapase/package-actions.txt
Log:
quick and dirty script to edit package-actions.txt
Modified: bapase/Makefile
===================================================================
--- bapase/Makefile 2007-12-01 12:20:09 UTC (rev 533)
+++ bapase/Makefile 2007-12-01 22:32:02 UTC (rev 534)
@@ -71,6 +71,7 @@
wnppsummary: bts2ldap-fullindex
./wnppsummary.rb > wnppsummary
+
clean:
rm -f testing-status.txt *-Sources popcon_sources.txt scores.txt Sources_ok bts2ldap-fullindex RC+patch.txt bugsummary wnppsummary
Added: bapase/add_pa.sh
===================================================================
--- bapase/add_pa.sh (rev 0)
+++ bapase/add_pa.sh 2007-12-01 22:32:02 UTC (rev 534)
@@ -0,0 +1,22 @@
+#!/bin/bash
+# adds a new entry to package-actions.txt, using vim
+# please change "myname"
+
+myname="filippo"
+date=$(date +%Y-%m-%d)
+
+if [ -z "$1" ]; then
+ echo "package argument required"
+ exit 1
+fi
+
+l=$(grep -n "$1" package-actions.txt | tail -1)
+
+if [ $? -eq 0 ]; then
+ l=$( echo $l | cut -d: -f1 )
+else
+ l=""
+fi
+
+# XXX file needs to end with an empty line
+vim -s <(echo -e "o$1 $date $myname ") +$l package-actions.txt
Property changes on: bapase/add_pa.sh
___________________________________________________________________
Name: svn:executable
+ *
Modified: bapase/package-actions.txt
===================================================================
--- bapase/package-actions.txt 2007-12-01 12:20:09 UTC (rev 533)
+++ bapase/package-actions.txt 2007-12-01 22:32:02 UTC (rev 534)
@@ -154,8 +154,6 @@
openvrml 2007-11-29 filippo OK(20) maint upload on 2007-09-29, one RC bug reported upstream
-t-code 2007-11-29 filippo PROP_RM(453458)
-
camelbones 2007-11-29 lucas PROP_RM(453430)
jde 2007-11-29 filippo PROP_O(453477)
@@ -169,3 +167,14 @@
schooltool 2007-11-30 filippo OK(100) new upstream version waiting, depending on zope beta
haskell-cabal 2007-11-30 filippo OK(30) no answer from interested parties to #381817 pinging..
+
+adeos 2007-12-01 filippo PROP_RM(453806)
+
+bayonne 2007-12-01 filippo OK(200) maintainer seems active
+
+nyello 2007-12-01 filippo OK(30) pinged rafl on IRC
+
+postman 2007-12-01 filippo PROP_O()
+
+emile 2007-12-01 filippo OK(30) bugs are pending upload
+
More information about the Collab-qa-commits
mailing list