Skip to content

Commit

Permalink
Add seaf-gc.sh to server package.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Aug 1, 2014
1 parent 6baa781 commit bc709f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/build-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ def copy_scripts_and_libs():
serverdir)
must_copy(os.path.join(scripts_srcdir, 'check_init_admin.py'),
serverdir)
must_copy(os.path.join(scripts_srcdir, 'seaf-gc.sh'),
serverdir)

# copy update scripts
update_scriptsdir = os.path.join(scripts_srcdir, 'upgrade')
Expand Down

0 comments on commit bc709f8

Please sign in to comment.