Skip to content

Commit

Permalink
Remove bin/ from mkzopesite skeleton.
Browse files Browse the repository at this point in the history
These scripts are either installed by a virtualenv or buildout and
conflict when creating an instance home inside the same directory.
  • Loading branch information
hannosch committed Jul 21, 2016
1 parent e080dab commit d6f77de
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 35 deletions.
6 changes: 0 additions & 6 deletions src/Zope2/utilities/copyzopeskel.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,6 @@ def copyskel(sourcedir, targetdir, uid, gid, **replacements):
print >>sys.stderr, msg
sys.exit(1)

# fix file permissions in 'bin' directory
bin_dir = os.path.join(targetdir, 'bin')
for fname in os.listdir(bin_dir):
fullname = os.path.join(bin_dir, fname)
os.chmod(fullname, 0700)


def copydir(args, sourcedir, names):
targetdir, replacements, uid, gid = args
Expand Down
5 changes: 0 additions & 5 deletions src/Zope2/utilities/skel/bin/runzope.bat.in

This file was deleted.

8 changes: 0 additions & 8 deletions src/Zope2/utilities/skel/bin/runzope.in

This file was deleted.

6 changes: 0 additions & 6 deletions src/Zope2/utilities/skel/bin/zopectl.bat.in

This file was deleted.

10 changes: 0 additions & 10 deletions src/Zope2/utilities/skel/bin/zopectl.in

This file was deleted.

File renamed without changes.

0 comments on commit d6f77de

Please sign in to comment.