diff --git a/.gitignore b/.gitignore index da0f04d5..e3a95437 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,17 @@ secret.txt local_settings.py lib +lib64 include share src bin static/json/pandora.json static/js/pandora.min.js +static/djcelery +etc/bash_completion.d +etc/fish +pyvenv.cfg config.jsonc local static/js/pandora.min.js.gz diff --git a/update.py b/update.py index 8639b8b8..86dbe643 100755 --- a/update.py +++ b/update.py @@ -280,6 +280,8 @@ if __name__ == "__main__": os.chdir(path) current_branch = get_branch(path) if current_branch != branch: + run('git', 'remote', 'set-branches', 'origin', '*') + run('git', 'fetch', 'origin') run('git', 'checkout', branch) revno = get_version(path) if repo == 'pandora':