Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Mar 2012 at 11:52 UTC
Updated:
20 Sep 2012 at 17:01 UTC
drupalmt is a bash script I have written to allow me to manage my Drupal projects quicker and easier. It allows me to maintain a central repository, using Git, of Drupal modules, themes and core that can be used to set-up Drupal projects.
It allows me to keep my modules and themes across my 40+ Drupal installs up to date very easily.
Comments
Comment #1
patrickd commentedwelcome,
I think the .info is not necessary.
Is this drupal-version specific?
If yes:
I wonder how to handle bash scripts in the application queue :o
Are there coding standarts? Can we accept bash scripts for applications?
Maybe another admin could enlight this ;)
regards
Comment #2
david.mckay commentedIt is not specific to any drupal version. I wasn't sure how bash scripts would be handled either. Figured I'd just put it up and get some insight :-)
Comment #3
patrickd commentedAssigning to @klausi,
I know you got quite an experience with bash scripts, would you mind having a look on this one? ;)
Comment #4
luxpaparazzi commentedAdded http://git.drupal.org/sandbox/david.mckay/1483558.git
Comment #5
luxpaparazzi commentedAuto-review:
It appears you are working in the "master" branch in git. You should really be working in a version specific branch. The most direct documentation on this is Moving from a master branch to a version branch. For additional resources please see the documentation about release naming conventions and creating a branch in git.
Review of the master branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. Get a review bonus and we will come back to your application sooner.
Comment #6
patrickd commented@ luxpaparazzi
please read the discussion above before you just post automated reviews in here.
this is no module, this is a version independent bash-script
Comment #7
luxpaparazzi commented1. you are using TABs in your script, they should be replaced by 2 spaces each.
2. as shell scripts are hard to read I suggest adding more comments
3. Display an warning message => Display a warning message
4. I would not call the script "drupal" as any module could be named that way, and it does not give much info about the script itself
5. shouldn't the file have an extension .sh?
---
The response time for a review is now approaching 4 weeks.
Get a review bonus and we will come back to your application sooner.
See: http://drupal.org/node/1410826
You could for example start by evaluating my own project:
http://drupal.org/node/1302786
Comment #8
luxpaparazzi commented@patrickd : you are correct, I did not pay attention on the "version-independent" nature
Comment #9
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
Comment #9.0
klausihttp://git.drupal.org/sandbox/david.mckay/1483558.git