-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simplified git config causes remote upstream rewrite on every run #332
Comments
@aschleifer Thank you, good catch! If you want to start a pull request you are welcome. If not I will hopefully get around to it soon - I've also been getting it |
I don't think I'm deep enough in the code to easily do it right now and my python is a bit rusty. |
@aschleifer No problem, it's about time I give a tests a top-down review |
@tony once this bug is fixed I'm happy to fix the new scripts to use the simplified configuration again. But you can also do it in the same PR where you fix this. |
- test_config.py -> test_config_file.py - Add `load_yaml()` test fixture for easier setup of config tests - `make watch_test_entr` -> `make watch_test` This makes it easier to recreate regression issues like #332
@tony just a headsup: since now the new structure is in, i will wait for this fix before i look at the |
@aschleifer Noted, and looking into this during the weekend |
@aschleifer Fix is still a WIP Will continue next weekend After this issue and #338 is fixed, will move onto making libvcs and vcspull easier to read. I originally started this 8 years ago when totally new at python. |
@aschleifer If you try Fix is live is in 1.12.0b0 |
@aschleifer Better with 1.12.0? |
If I use a simple config entry like:
I always see the line about
Updating remote origin
:which then in turn causes a retry of the update.
To fix this issue I have to use a config like this:
This then works, but I would like to have a more compact/simplified config with only one line per repo.
(repogroup and name have been abstracted, as the used gitlab is internal ;) )
Best regards
Segaja
The text was updated successfully, but these errors were encountered: