Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Sun, 14 May 2006 16:35:15 -0500

GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
gnome2-libs/gdm2/DETAILS | 2 +-
gnome2-libs/gdm2/HISTORY | 4 ++++
gnome2-libs/gdm2/PRE_BUILD | 9 ++++++---
gnome2-libs/gdm2/gdm-2.14.5.tar.bz2.sig | 0
gnome2-libs/gdm2/gdm-2.14.6.tar.bz2.sig |binary
gnome2-libs/gdm2/gdm-ssh-session | 8 ++++++++
7 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 19b043e5a7bcd5db6a51241e17ed3d36c1bb5c6c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gdm2: updated to 2.14.6 and added missing file until next release

diff --git a/gnome2-libs/gdm2/DETAILS b/gnome2-libs/gdm2/DETAILS
index d5ad619..5c71863 100755
--- a/gnome2-libs/gdm2/DETAILS
+++ b/gnome2-libs/gdm2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdm2
- VERSION=2.14.5
+ VERSION=2.14.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=gdm-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gdm-$VERSION
diff --git a/gnome2-libs/gdm2/HISTORY b/gnome2-libs/gdm2/HISTORY
index 32fa509..a5f62ef 100644
--- a/gnome2-libs/gdm2/HISTORY
+++ b/gnome2-libs/gdm2/HISTORY
@@ -1,3 +1,7 @@
+2006-05-14 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.14.6
+ * PRE_BUILD: copy missing file, until next release.
+
2006-05-06 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.14.5

diff --git a/gnome2-libs/gdm2/PRE_BUILD b/gnome2-libs/gdm2/PRE_BUILD
index 7cab476..d4c3b37 100755
--- a/gnome2-libs/gdm2/PRE_BUILD
+++ b/gnome2-libs/gdm2/PRE_BUILD
@@ -1,3 +1,6 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY}/config &&
-cp -f ${SCRIPT_DIRECTORY}/pam.d/* ./
+default_pre_build &&
+cd ${SOURCE_DIRECTORY}/config &&
+cp -f ${SCRIPT_DIRECTORY}/pam.d/* ./ &&
+cd ${SOURCE_DIRECTORY}/utils &&
+cp -f ${SCRIPT_DIRECTORY}/gdm-ssh-session ./
+
diff --git a/gnome2-libs/gdm2/gdm-2.14.5.tar.bz2.sig
b/gnome2-libs/gdm2/gdm-2.14.5.tar.bz2.sig
deleted file mode 100644
index 9641e99..0000000
Binary files a/gnome2-libs/gdm2/gdm-2.14.5.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/gdm2/gdm-2.14.6.tar.bz2.sig
b/gnome2-libs/gdm2/gdm-2.14.6.tar.bz2.sig
new file mode 100644
index 0000000..0755e3c
Binary files /dev/null and b/gnome2-libs/gdm2/gdm-2.14.6.tar.bz2.sig differ
diff --git a/gnome2-libs/gdm2/gdm-ssh-session
b/gnome2-libs/gdm2/gdm-ssh-session
new file mode 100755
index 0000000..b70af90
--- /dev/null
+++ b/gnome2-libs/gdm2/gdm-ssh-session
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+ZENITY=`which zenity`
+TARGETHOST=`$ZENITY --title "Host to connect to" --entry --text "Enter the
name of the host you want to log in to"`
+# @@@ should probably get a user name too;
+# for now can bet set using the $USERNAME@ convention
+# @@@ should it do an ssh-add so the user doesn't have to enter its
passphrase again?
+ssh -A -X -T -n "$TARGETHOST" /etc/X11/Xsession




Archive powered by MHonArc 2.6.24.

Top of Page