From 6662931f6aac73614dd7dde8f721e0ad86758a99 Mon Sep 17 00:00:00 2001 From: Chow Loong Jin Date: Tue, 15 Mar 2011 01:12:42 +0800 Subject: Complete rename of binaries and desktop files Signed-off-by: Gabriel Burt --- extras/banshee-gather-debug | 6 +++--- extras/create-release-notes | 6 +++--- extras/push-meego | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'extras') diff --git a/extras/banshee-gather-debug b/extras/banshee-gather-debug index 901a40c29..aaf0cb7a9 100755 --- a/extras/banshee-gather-debug +++ b/extras/banshee-gather-debug @@ -24,8 +24,8 @@ function begin_log () { } function find_pid () { - BANSHEE_PID=`(pidof banshee-1 2>/dev/null || - (ps -eo pid,cmd | awk '/mono.*banshee-1\/.*.exe/ { print $1 }')2>/dev/null) | + BANSHEE_PID=`(pidof banshee 2>/dev/null || + (ps -eo pid,cmd | awk '/mono.*banshee\/.*.exe/ { print $1 }')2>/dev/null) | tr -d '[:space:]'` [[ -z "$BANSHEE_PID" ]] && \ @@ -41,7 +41,7 @@ function capture_mono_stack_trace () { function capture_gdb_stack_trace () { echo -n " - Running gdb to get a stack dump: " begin_log "Running gdb (where, detach, quit)" - gdb --quiet --pid=$(pidof banshee-1) -ex where -ex detach -ex quit 1>&2 \ + gdb --quiet --pid=$(pidof banshee) -ex where -ex detach -ex quit 1>&2 \ && echo "success" \ || echo "error" } diff --git a/extras/create-release-notes b/extras/create-release-notes index 0ef3c9b52..430f5b0ed 100755 --- a/extras/create-release-notes +++ b/extras/create-release-notes @@ -36,10 +36,10 @@ $all_contributors = $3; $html = <
  • Release Date: $release_date
  • -
  • Source Tarball: banshee-1-$version.tar.bz2
  • +
  • Source Tarball: banshee-1-$version.tar.bz2
  • Release Information: -NEWS, -sha256sum
  • +NEWS, +sha256sum

    Download Now

    diff --git a/extras/push-meego b/extras/push-meego index 6b7e7f43b..2893902a1 100755 --- a/extras/push-meego +++ b/extras/push-meego @@ -4,7 +4,7 @@ import os import sys import subprocess -prefix = '/usr/lib/banshee-1' +prefix = '/usr/lib/banshee' exclude_files = [] sync_files = {} last_sync_files = {} @@ -50,4 +50,4 @@ for dirname, files in sync_files.iteritems (): scp.append (os.path.abspath (os.path.join (prefix, dirname))) os.waitpid (subprocess.Popen (scp).pid, 0) -subprocess.call (['meego-ssh', 'killall', '-9', 'Xorg', 'mutter', 'banshee-1']) +subprocess.call (['meego-ssh', 'killall', '-9', 'Xorg', 'mutter', 'banshee']) -- cgit v1.2.3