[arch-dev-public] [signoff] initscripts 2008.09-1
Fixes bug http://bugs.archlinux.org/task/9739, No other changes (except a comment removed). Please sign off.
Am Donnerstag 18 September 2008 19:06:56 schrieb Thomas Bächler:
Please sign off.
signed-off for both arches -- Pierre Schmitz Clemens-August-Straße 76 53115 Bonn Telefon 0228 9716608 Mobil 0160 95269831 Jabber pierre@jabber.archlinux.de WWW http://www.archlinux.de
Am Donnerstag 18 September 2008 schrieb Daniel Isenmann:
On Thu, 18 Sep 2008 19:39:50 +0200
Pierre Schmitz <pierre@archlinux.de> wrote:
Am Donnerstag 18 September 2008 19:06:56 schrieb Thomas Bächler:
Please sign off.
signed-off for both arches
signoff for x86_64 signoff x86_64
-- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
Thomas Bächler schrieb:
Fixes bug http://bugs.archlinux.org/task/9739, No other changes (except a comment removed). Please sign off.
And another one, forgot to fix a trivial bug related to functions.d. Sign off again.
On Thu, 18 Sep 2008, Thomas Bächler wrote:
Thomas Bächler schrieb:
Fixes bug http://bugs.archlinux.org/task/9739, No other changes (except a comment removed). Please sign off.
And another one, forgot to fix a trivial bug related to functions.d. Sign off again.
system booted fine. Signing off for both arches. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2008/9/18 Thomas Bächler <thomas@archlinux.org>:
Thomas Bächler schrieb:
Fixes bug http://bugs.archlinux.org/task/9739, No other changes (except a comment removed). Please sign off.
And another one, forgot to fix a trivial bug related to functions.d. Sign off again.
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why? From d976a43bf197fa8e4fec155ff8cfd5ac63480dfa Mon Sep 17 00:00:00 2001 From: Roman Kyrylych <roman@archlinux.org> Date: Sun, 21 Sep 2008 15:47:24 +0300 Subject: [PATCH] Added missing slash Signed-off-by: Roman Kyrylych <roman@archlinux.org> --- rc.sysinit | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index a24f692..76ce5a2 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -359,7 +359,7 @@ if echo "$LOCALE" | /bin/grep -qi utf ; then # this code is needed not only for older kernels, # but also when user has set vt.default_utf8=0 but LOCALE is *.UTF-8. for i in $(/usr/bin/seq 0 63); do - usr/bin/kbd_mode -u < /dev/vc/${i} + /usr/bin/kbd_mode -u < /dev/vc/${i} printf "\e%%G" > /dev/vc/${i} done # the $CONSOLE check helps us avoid this when running scripts from cron -- 1.6.0.2 -- Roman Kyrylych (Роман Кирилич)
On Sun, Sep 21, 2008 at 7:55 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why?
Did you clone over http? http doesn't allow for pushing. $ git remote show origin * remote origin URL: ssh://archlinux.org/srv/projects/git/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash Pushing your patch now
2008/9/25 Aaron Griffin <aaronmgriffin@gmail.com>:
On Sun, Sep 21, 2008 at 7:55 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why?
Did you clone over http? http doesn't allow for pushing.
$ git remote show origin * remote origin URL: ssh://archlinux.org/srv/projects/git/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash
I didn't specify a protocol so looks like it didn't use ssh: $ git remote show origin * remote origin URL: git://projects.archlinux.org/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash I'll check & change all my tracked git repos.
Pushing your patch now
thanks! -- Roman Kyrylych (Роман Кирилич)
On Sun, Sep 28, 2008 at 4:28 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/9/25 Aaron Griffin <aaronmgriffin@gmail.com>:
On Sun, Sep 21, 2008 at 7:55 AM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
The following patch fixes small issue. I tried to push it but got: $ git push fatal: The remote end hung up unexpectedly Why?
Did you clone over http? http doesn't allow for pushing.
$ git remote show origin * remote origin URL: ssh://archlinux.org/srv/projects/git/initscripts.git Remote branch merged with 'git pull' while on branch master master Tracked remote branches master splash
I didn't specify a protocol so looks like it didn't use ssh:
In future if you didnt checkout via ssh, you can do git push ssh://bob@somehost:/path/to/repository/on/remote/server and this can be configured somewhere within the repo you checked out. James
participants (8)
-
Aaron Griffin
-
Daniel Isenmann
-
Eric Belanger
-
James Rayner
-
Pierre Schmitz
-
Roman Kyrylych
-
Thomas Bächler
-
Tobias Powalowski