Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c2d4989baf02047c7fbeffebd9e2575be2f4b19d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c2d4989baf02047c7fbeffebd9e2575be2f4b19d)
  • Date: Sat, 14 Oct 2017 16:55:09 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
utils/reptyr/BUILD | 1 +
utils/reptyr/DETAILS | 16 ++++++++++++++++
utils/reptyr/HISTORY | 2 ++
utils/reptyr/INSTALL | 1 +
5 files changed, 24 insertions(+)

New commits:
commit c2d4989baf02047c7fbeffebd9e2575be2f4b19d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

reptyr: new spell, tool for reparenting a running program to a new
terminal

diff --git a/ChangeLog b/ChangeLog
index 928854b..902e427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/reptyr: new spell, tool for reparenting a running program to a
+ new terminal
+
2017-10-09 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/yq: new spell, command-line YAML processor

diff --git a/utils/reptyr/BUILD b/utils/reptyr/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/reptyr/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/reptyr/DETAILS b/utils/reptyr/DETAILS
new file mode 100755
index 0000000..8ba4e9c
--- /dev/null
+++ b/utils/reptyr/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=reptyr
+ VERSION=0.6.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/nelhage/${SPELL}/archive/${SOURCE}
+
SOURCE_HASH=sha512:ad0b378d3c30bbfaa30dfcc06c405c375c7e9bcc3bae2e7fb97b8c3f88f482f461c9c846df0064cc842149b07b8a6b616d95f74cdf38f1b2a5011f6b9328c327
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/nelhage/reptyr
+ LICENSE[0]=MIT
+ ENTERED=20171014
+ SHORT="tool for reparenting a running program to a new terminal"
+cat << EOF
+reptyr is a utility for taking an existing running program and attaching it
to
+a new terminal. Started a long-running process over ssh, but have to leave
and
+don't want to interrupt it? Just start a screen, use reptyr to grab it, and
+then kill the ssh session and head on home.
+EOF
diff --git a/utils/reptyr/HISTORY b/utils/reptyr/HISTORY
new file mode 100644
index 0000000..55e2185
--- /dev/null
+++ b/utils/reptyr/HISTORY
@@ -0,0 +1,2 @@
+2017-10-14 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 0.6.2
diff --git a/utils/reptyr/INSTALL b/utils/reptyr/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/utils/reptyr/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c2d4989baf02047c7fbeffebd9e2575be2f4b19d), Vlad Glagolev, 10/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page