Bug #16309
ikiwiki tries to pull/push from git
Start date:
2019-01-06
Due date:
% Done:
0%
Description
With the switch to a puppet based ikiwiki.setup file, suggestions-cronjob.sh triggers to pull and push to git. Probably this is connected to the git plugin inside ikiwiki.
Here’s the output of cronjob sent by mail:
To /var/lib/weblate/repositories/vcs/tails/index
! [rejected] master -> master (fetch first)
error: failed to push some refs to '/var/lib/weblate/repositories/vcs/tails/index'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
'git push origin master' failed: at /usr/share/perl5/IkiWiki/Plugin/git.pm line 251.
From /var/lib/weblate/repositories/vcs/tails/index
3b09d1db34..34a85f8cd7 master -> origin/master
internal error: recentchanges/change_6a10f6e5e68347aa1d30a5a08237b63a0aec8306._change cannot be found in /var/lib/weblate/repositories/vcs/staging/wiki/src or underlay
Subtasks
History
#1 Updated by groente 2019-01-06 19:46:58
- Assignee changed from groente to hefee
- QA Check set to Info Needed
so, we want to diverge from production’s ikiwiki.setup after all?
#2 Updated by hefee 2019-01-06 22:52:52
- Assignee changed from hefee to groente
groente wrote:
> so, we want to diverge from production’s ikiwiki.setup after all?
Sorry for that, I had forgotten, that ikiwiki is doing this.
#3 Updated by Anonymous 2019-01-08 10:48:50
- Description updated
#4 Updated by Anonymous 2019-01-08 10:48:59
- Status changed from New to Confirmed
#5 Updated by groente 2019-01-08 12:14:31
- Assignee changed from groente to hefee
- QA Check changed from Info Needed to Ready for QA
rcs in the ikiwiki.setup on translate is now set to empty string, instead of git.
#6 Updated by hefee 2019-01-11 16:14:24
- Status changed from Confirmed to Resolved
- Assignee deleted (
hefee) - QA Check changed from Ready for QA to Pass
Looks fine.