summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:03 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:03 +0000
commit79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch)
tree8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /scripts
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'scripts')
-rw-r--r--scripts/code-clean.sh1
-rw-r--r--scripts/cron-curl.sh1
-rw-r--r--scripts/cron-lynx.sh1
-rwxr-xr-xscripts/drupal.sh1
-rw-r--r--scripts/dump-database-d6.sh1
-rw-r--r--scripts/generate-d6-content.sh1
-rwxr-xr-xscripts/password-hash.sh1
-rwxr-xr-xscripts/run-tests.sh1
8 files changed, 0 insertions, 8 deletions
diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh
index 19a15ad9a..3338b6ada 100644
--- a/scripts/code-clean.sh
+++ b/scripts/code-clean.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh
index 633b3d894..9b168ab36 100644
--- a/scripts/cron-curl.sh
+++ b/scripts/cron-curl.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-# $Id$
curl --silent --compressed http://example.com/cron.php
diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh
index 04317be6d..904667acb 100644
--- a/scripts/cron-lynx.sh
+++ b/scripts/cron-lynx.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-# $Id$
/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
diff --git a/scripts/drupal.sh b/scripts/drupal.sh
index 9e743cf32..5d064f571 100755
--- a/scripts/drupal.sh
+++ b/scripts/drupal.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env php
<?php
-// $Id$
/**
* Drupal shell execution script
diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh
index 3eb5d48a2..23e3fca8c 100644
--- a/scripts/dump-database-d6.sh
+++ b/scripts/dump-database-d6.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env php
<?php
-// $Id$
/**
* Dump a Drupal 6 database into a Drupal 7 PHP script to test the upgrade
diff --git a/scripts/generate-d6-content.sh b/scripts/generate-d6-content.sh
index c4dc952d9..bba61caee 100644
--- a/scripts/generate-d6-content.sh
+++ b/scripts/generate-d6-content.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env php
<?php
-// $Id$
/**
* Generate content for a Drupal 6 database to test the upgrade process.
diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh
index c5e26c182..004421a89 100755
--- a/scripts/password-hash.sh
+++ b/scripts/password-hash.sh
@@ -1,6 +1,5 @@
#!/usr/bin/php
<?php
-// $Id$
/**
* Drupal hash script - to generate a hash from a plaintext password
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 70c0a96ed..2cfbcac9f 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
* This script runs Drupal tests from command line.