Skip to content

Commit

Permalink
[git] few fixes due to change to git
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Nov 11, 2011
1 parent 71c6cd3 commit 1b1a498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -5,7 +5,7 @@ recursive-include ckan/config *.xml
recursive-include ckan/i18n *
recursive-include ckan/templates *
recursive-include ckan *.ini
prune .hg
prune .git
include CHANGELOG.txt
include ckan/migration/migrate.cfg
recursive-include ckan_deb *
5 changes: 2 additions & 3 deletions fabfile.py
Expand Up @@ -354,9 +354,8 @@ def status():
_run_in_cmd_pyenv('pip freeze')
run('cat %s' % env.config_ini_filename)
with cd(os.path.join(env.pyenv_dir, 'src', 'ckan')):
run('hg log -l 1')
run('hg branch')
run('hg identify')
run('git log -n1')
run('git name-rev --name-only HEAD')
run('grep version ckan/__init__.py')

def apache_config(set_config=None):
Expand Down

0 comments on commit 1b1a498

Please sign in to comment.