-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
On Wed, Mar 2, 2011 at 9:46 PM, Eric "Sparks" Christensen sparks@fedoraproject.org wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iF4EAREIAAYFAk1vAQ8ACgkQU03aaJDMNEWyNwD+Oa2s4WkBogVx6gxWirY+KwYz xlHx6D0S4pHgHfNIQQYBAJqg6cLZI2bPpi5GoqgdGezaclwxqyHcYHxH1Kwmn8P0 =tQfK -----END PGP SIGNATURE-----
depends on the dist tag.
there likely should be a conditional in there that tests for %{dist} and does one thing for fc* and another for el*
Hi!
I think /usr/share/drupal for <= F14 and /usr/share/drupal for >F15, EL5/6 -- Peter Borsa
On Thu, Mar 3, 2011 at 4:06 AM, David Nalley <david.nalley@fedoraproject.org
wrote:
On Wed, Mar 2, 2011 at 9:46 PM, Eric "Sparks" Christensen sparks@fedoraproject.org wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iF4EAREIAAYFAk1vAQ8ACgkQU03aaJDMNEWyNwD+Oa2s4WkBogVx6gxWirY+KwYz xlHx6D0S4pHgHfNIQQYBAJqg6cLZI2bPpi5GoqgdGezaclwxqyHcYHxH1Kwmn8P0 =tQfK -----END PGP SIGNATURE-----
depends on the dist tag.
there likely should be a conditional in there that tests for %{dist} and does one thing for fc* and another for el* _______________________________________________ logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
Peter is correct, but the conditional (AIUI) should be using the value of %{fedora}. Eric, you could do this conditional:
%if 0%{?fedora} <= 14 %global drupaldir /usr/share/drupal %else %global drupaldir /usr/share/drupal6 %endif
Paul
On Thu, Mar 03, 2011 at 09:00:26AM +0100, Peter Borsa wrote:
Hi!
I think /usr/share/drupal for <= F14 and /usr/share/drupal for >F15, EL5/6
Peter Borsa
On Thu, Mar 3, 2011 at 4:06 AM, David Nalley <david.nalley@fedoraproject.org
wrote:
On Wed, Mar 2, 2011 at 9:46 PM, Eric "Sparks" Christensen sparks@fedoraproject.org wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iF4EAREIAAYFAk1vAQ8ACgkQU03aaJDMNEWyNwD+Oa2s4WkBogVx6gxWirY+KwYz xlHx6D0S4pHgHfNIQQYBAJqg6cLZI2bPpi5GoqgdGezaclwxqyHcYHxH1Kwmn8P0 =tQfK -----END PGP SIGNATURE-----
depends on the dist tag.
there likely should be a conditional in there that tests for %{dist} and does one thing for fc* and another for el* _______________________________________________ logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
Paul,
Maybe you could update the wiki... https://fedoraproject.org/wiki/Drupal_module_specfile_template
--Eric
On Thu, Mar 3, 2011 at 10:22, Paul W. Frields stickster@gmail.com wrote:
Peter is correct, but the conditional (AIUI) should be using the value of %{fedora}. Eric, you could do this conditional:
%if 0%{?fedora} <= 14 %global drupaldir /usr/share/drupal %else %global drupaldir /usr/share/drupal6 %endif
Paul
On Thu, Mar 03, 2011 at 09:00:26AM +0100, Peter Borsa wrote:
Hi!
I think /usr/share/drupal for <= F14 and /usr/share/drupal for >F15, EL5/6
Peter Borsa
On Thu, Mar 3, 2011 at 4:06 AM, David Nalley <david.nalley@fedoraproject.org
wrote:
On Wed, Mar 2, 2011 at 9:46 PM, Eric "Sparks" Christensen sparks@fedoraproject.org wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iF4EAREIAAYFAk1vAQ8ACgkQU03aaJDMNEWyNwD+Oa2s4WkBogVx6gxWirY+KwYz xlHx6D0S4pHgHfNIQQYBAJqg6cLZI2bPpi5GoqgdGezaclwxqyHcYHxH1Kwmn8P0 =tQfK -----END PGP SIGNATURE-----
depends on the dist tag.
there likely should be a conditional in there that tests for %{dist} and does one thing for fc* and another for el* _______________________________________________ logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
-- Paul W. Frields http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 http://redhat.com/ - - - - http://pfrields.fedorapeople.org/ Where open source multiplies: http://opensource.com _______________________________________________ logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
On Thu, Mar 03, 2011 at 10:38:48AM -0500, Eric "Sparks" Christensen wrote:
Paul,
Maybe you could update the wiki... https://fedoraproject.org/wiki/Drupal_module_specfile_template
It's a wiki! ;-)
On Thu, Mar 3, 2011 at 4:06 PM, Paul W. Frields stickster@gmail.com wrote:
On Thu, Mar 03, 2011 at 10:38:48AM -0500, Eric "Sparks" Christensen wrote:
Paul,
Maybe you could update the wiki... https://fedoraproject.org/wiki/Drupal_module_specfile_template
It's a wiki! ;-)
ARGHH! I am an imbecile. I realize now that I reverted a helpful edit that David made this morning. Serves me right for reading my email out of order. Fixing...
while True: self.slap()
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 03/03/2011 04:06 PM, Paul W. Frields wrote:
On Thu, Mar 03, 2011 at 10:38:48AM -0500, Eric "Sparks" Christensen wrote:
Paul,
Maybe you could update the wiki... https://fedoraproject.org/wiki/Drupal_module_specfile_template
It's a wiki! ;-)
Right but I'm not exactly sure about what is being replaced or added to so I'd prefer someone that knows what's going on to be *bold*.
I'm not sure if anyone else wants/needs the modules I'm using but I'm planning on packaging the modules I'm using.
- --Eric
On Thu, Mar 03, 2011 at 08:19:19PM -0500, Eric "Sparks" Christensen wrote:
On 03/03/2011 04:06 PM, Paul W. Frields wrote:
On Thu, Mar 03, 2011 at 10:38:48AM -0500, Eric "Sparks" Christensen wrote:
Paul,
Maybe you could update the wiki... https://fedoraproject.org/wiki/Drupal_module_specfile_template
It's a wiki! ;-)
Right but I'm not exactly sure about what is being replaced or added to so I'd prefer someone that knows what's going on to be *bold*.
I'm not sure if anyone else wants/needs the modules I'm using but I'm planning on packaging the modules I'm using.
Fixed these last night after realizing I got my mail reading all out of order with reality:
https://fedoraproject.org/wiki/Drupal_module_specfile_template
I once suggested an if and there was opposition.
Volker
Am Donnerstag 03 März 2011, 16:22:38 schrieb Paul W. Frields:
Peter is correct, but the conditional (AIUI) should be using the value of %{fedora}. Eric, you could do this conditional:
%if 0%{?fedora} <= 14 %global drupaldir /usr/share/drupal %else %global drupaldir /usr/share/drupal6 %endif
Paul
On Thu, Mar 03, 2011 at 09:00:26AM +0100, Peter Borsa wrote:
Hi!
I think /usr/share/drupal for <= F14 and /usr/share/drupal for >F15, EL5/6 -- Peter Borsa
On Thu, Mar 3, 2011 at 4:06 AM, David Nalley <david.nalley@fedoraproject.org
wrote:
On Wed, Mar 2, 2011 at 9:46 PM, Eric "Sparks" Christensen
sparks@fedoraproject.org wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
I just finished creating drupal6-yubikey module. I tested it out on my Fedora 14 box and realized that Drupal installed at /usr/share/Drupal and the module was installed at /usr/share/Drupal6/module which is a problem. Should the modules be put in Drupal or Drupal6?
- --Eric
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iF4EAREIAAYFAk1vAQ8ACgkQU03aaJDMNEWyNwD+Oa2s4WkBogVx6gxWirY+KwYz xlHx6D0S4pHgHfNIQQYBAJqg6cLZI2bPpi5GoqgdGezaclwxqyHcYHxH1Kwmn8P0 =tQfK -----END PGP SIGNATURE-----
depends on the dist tag.
there likely should be a conditional in there that tests for %{dist} and does one thing for fc* and another for el* _______________________________________________ logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
logistics mailing list logistics@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/logistics
logistics@lists.fedoraproject.org