Re: [Freeipa-devel] [PATCH 0092] Remove redundant shebangs

2013-08-26 Thread Petr Viktorin

On 08/23/2013 07:23 PM, Nathaniel McCallum wrote:

On Thu, 2013-08-22 at 17:52 +0200, Tomas Babej wrote:

Hi,

Remove redundant shebangs from files that are not used as scripts.

https://fedorahosted.org/freeipa/ticket/3853


ACK



Pushed to master, ipa-3-3.

master: edf92f765099366ae4e0b28e2aeaa54b7af92712
ipa-3-3: f1b0f1655abc0fba2f72b7ff01b5f25afefb4414




--
PetrĀ³

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH 0092] Remove redundant shebangs

2013-08-23 Thread Nathaniel McCallum
On Thu, 2013-08-22 at 17:52 +0200, Tomas Babej wrote:
> Hi,
> 
> Remove redundant shebangs from files that are not used as scripts.
> 
> https://fedorahosted.org/freeipa/ticket/3853

ACK

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH 0092] Remove redundant shebangs

2013-08-22 Thread Tomas Babej

Hi,

Remove redundant shebangs from files that are not used as scripts.

https://fedorahosted.org/freeipa/ticket/3853

--
Tomas Babej
Associate Software Engeneer | Red Hat | Identity Management
RHCE | Brno Site | IRC: tbabej | freeipa.org

From 43c7733ccf691bd50425f021c4ab23f11315343d Mon Sep 17 00:00:00 2001
From: Tomas Babej 
Date: Tue, 20 Aug 2013 13:38:29 +0200
Subject: [PATCH] Remove redundant shebangs

Remove redundant shebangs from files that are not used as scripts.

https://fedorahosted.org/freeipa/ticket/3853
---
 ipaserver/advise/base.py | 1 -
 ipaserver/install/ipa_backup.py  | 3 +--
 ipaserver/install/ipa_ldap_updater.py| 1 -
 ipaserver/install/ipa_replica_prepare.py | 1 -
 ipaserver/install/ipa_restore.py | 3 +--
 5 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/ipaserver/advise/base.py b/ipaserver/advise/base.py
index 8350bdbccac3dc6a73c98ba93701076143326a27..92dbb4e9e30c6d624eca95609568ae62bd9ea7fe 100644
--- a/ipaserver/advise/base.py
+++ b/ipaserver/advise/base.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Authors: Tomas Babej 
 #
 # Copyright (C) 2013  Red Hat
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 8326bb0c61d517758ef5c85f633d005857994eed..12c62154e94cc89054b0b1450504eef95c0700a4 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Authors: Rob Crittenden 
 #
 # Copyright (C) 2013  Red Hat
 # see file 'COPYING' for use and warranty information
diff --git a/ipaserver/install/ipa_ldap_updater.py b/ipaserver/install/ipa_ldap_updater.py
index 09a1962eca3023f6ebcbff6bda3b778a992e88b4..ed0f19dfafbd3c57b7637af387aed3e8505f0236 100644
--- a/ipaserver/install/ipa_ldap_updater.py
+++ b/ipaserver/install/ipa_ldap_updater.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Authors: Rob Crittenden 
 #  Petr Viktorin 
 #
diff --git a/ipaserver/install/ipa_replica_prepare.py b/ipaserver/install/ipa_replica_prepare.py
index 83bf2b28c370c77c5e901dfd0627ea7140b4cf0a..904b8727ec686cf97572a05f3645c6fe34a2e980 100644
--- a/ipaserver/install/ipa_replica_prepare.py
+++ b/ipaserver/install/ipa_replica_prepare.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # Authors: Karl MacMillan 
 #  Petr Viktorin 
 #
diff --git a/ipaserver/install/ipa_restore.py b/ipaserver/install/ipa_restore.py
index 35cc6a5180b647497cd9356f241c9d90d7535a47..2d4be57f7c9643edcee58f35b00baebbb18257f8 100644
--- a/ipaserver/install/ipa_restore.py
+++ b/ipaserver/install/ipa_restore.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Authors: Rob Crittenden 
 #
 # Copyright (C) 2013  Red Hat
 # see file 'COPYING' for use and warranty information
-- 
1.8.3.1

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel