Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (334 - 336 of 1173)

Ticket Resolution Summary Owner Reporter
#897 fixed I think that there's no such thing as `git submodule fetch` Daniel Krol
Description

When I run the update command:

./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch

I (after everything installs) get:

error: pathspec 'fetch' did not match any file(s) known to git. Did you forget to 'git add'?

I see nothing in here about a fetch subcommand.

http://git-scm.com/docs/git-submodule

Perhaps you meant git submodule update? Does that do the fetching?

#898 cant-reproduce Deployment doc: Mention bin/activate for running important commands. Daniel Krol
Description

On this page:

http://mediagoblin.readthedocs.org/en/latest/siteadmin/deploying.html

I see nothing about source bin/activate. That's required for running things such as the update command:

./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch

Interestingly, the initial dependency installer command

(virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop

doesn't leave you in the virtual env. I don't even know how setup.py works here. In fact, perhaps it's not working? The update command gave me a package error ( #896 ) which I did not have when running the initial installation command.

#899 fixed DeprecationWarning: Required is going away in WTForms 3.0, use DataRequired Daniel Krol
Description

I got that when running:

./bin/gmg dbupdate

For the first time. I'm on:

da537ed44ef855954696a18dccd832feb6e56328

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.