[arch-dev-public] [PATCH] commitpkg: add newline to make output look more orderly
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- commitpkg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commitpkg b/commitpkg index bd8c450..9f0b8c6 100755 --- a/commitpkg +++ b/commitpkg @@ -104,7 +104,7 @@ done if [ "${arch[*]}" == 'any' ]; then if [ -d ../repos/$repo-i686 -a -d ../repos/$repo-x86_64 ]; then pushd ../repos/ >/dev/null - echo -n "removing $repo-i686 and $repo-x86_64..." + echo "removing $repo-i686 and $repo-x86_64..." svn rm $repo-i686 svn rm $repo-x86_64 svn commit -q -m "removed $repo-i686 and $repo-x86_64 for $pkgname" -- 1.7.1
On Fri, May 28, 2010 at 11:54 PM, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- commitpkg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/commitpkg b/commitpkg index bd8c450..9f0b8c6 100755 --- a/commitpkg +++ b/commitpkg @@ -104,7 +104,7 @@ done if [ "${arch[*]}" == 'any' ]; then if [ -d ../repos/$repo-i686 -a -d ../repos/$repo-x86_64 ]; then pushd ../repos/ >/dev/null - echo -n "removing $repo-i686 and $repo-x86_64..." + echo "removing $repo-i686 and $repo-x86_64..." svn rm $repo-i686 svn rm $repo-x86_64 svn commit -q -m "removed $repo-i686 and $repo-x86_64 for $pkgname" -- 1.7.1
Please, could someone with commit access push this? I don't want this to be lost.
On Mon, 21 Jun 2010 18:46:23 -0400, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Please, could someone with commit access push this? I don't want this to be lost.
I applied that patch. Feel free to add me to CC next time. I have a lot of unread mails in the list so there is a chance I miss some. -- Pierre Schmitz, https://users.archlinux.de/~pierre
participants (2)
-
Eric Bélanger
-
Pierre Schmitz