[Bps-public-commit] RT-Client-CLI branch, master, updated. e9eba8d28c21ca49d2f8901cea206b91d73f4c4d

Alex Vandiver alexmv at bestpractical.com
Tue May 6 15:08:15 EDT 2014


The branch, master has been updated
       via  e9eba8d28c21ca49d2f8901cea206b91d73f4c4d (commit)
       via  14ff8f97c4e41301e6cac60e095f2915fba578be (commit)
      from  4479f126c346f7cebbe34e5922758cf455f4b642 (commit)

Summary of changes:
 devel/import-rt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 14ff8f97c4e41301e6cac60e095f2915fba578be
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue May 6 15:07:49 2014 -0400

    $SOURCE is passed to curl -s -- why does it include curl -s itself?

diff --git a/devel/import-rt b/devel/import-rt
index d358ef6..6e9a09e 100755
--- a/devel/import-rt
+++ b/devel/import-rt
@@ -1,6 +1,6 @@
 #!/bin/bash
 VERSION=${1:-stable}
-SOURCE="curl -s https://raw.github.com/bestpractical/rt/$VERSION/bin/rt.in"
+SOURCE="https://raw.github.com/bestpractical/rt/$VERSION/bin/rt.in"
 
 echo "Importing from $VERSION"
 echo "Downloading..."

commit e9eba8d28c21ca49d2f8901cea206b91d73f4c4d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue May 6 15:08:06 2014 -0400

    github now hosts content on a different domain, to prevent XSS

diff --git a/devel/import-rt b/devel/import-rt
index 6e9a09e..dd12b2a 100755
--- a/devel/import-rt
+++ b/devel/import-rt
@@ -1,6 +1,6 @@
 #!/bin/bash
 VERSION=${1:-stable}
-SOURCE="https://raw.github.com/bestpractical/rt/$VERSION/bin/rt.in"
+SOURCE="https://raw.githubusercontent.com/bestpractical/rt/$VERSION/bin/rt.in"
 
 echo "Importing from $VERSION"
 echo "Downloading..."

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list