lp://staging/s25rttr
- Get this branch:
- bzr branch lp://staging/s25rttr
Branch merges
Branch information
Recent revisions
- 99. By EvelRus <email address hidden>
-
Update rttr-ru.po
Correction of translation and coordination of proposals.
- 98. By EvelRus <email address hidden>
-
Update rttr-ru.po (#24)
Addition and correction of the translation
- 96. By Alexander Grund <email address hidden>
-
Fix LaunchPad synchronization
Inside the container we need to mark the git folder manually as trusted
to allow `git` commands to run.
Additionally the SSH-setup action uses the $HOME directory while we run
as root in the container and hence SSH uses `/root/.ssh` and ignores `$SSH_PATH`.
So copy the prepared configuration to that path. - 95. By Alexander Grund <email address hidden>
-
GHA: Move from deprecated Ubuntu 18 runner
Jobs don't start on that old image.
So use the "ubuntu-latest" runner and a container as the bzr
import/export scripts don't work on later Ubuntu versions:brz: ERROR: TypeError: startswith first arg must be str or a tuple of str, not bytes
Traceback (most recent call last):
File "/usr/lib/python3/ dist-packages/ breezy/ commands. py", line 1017, in exception_ to_return_ code
return the_callable(*args, **kwargs)
File "/usr/lib/python3/ dist-packages/ breezy/ commands. py", line 1206, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python3/ dist-packages/ breezy/ commands. py", line 757, in run_argv_aliases
return self.run(**all_cmd_ args)
File "/usr/lib/python3/ dist-packages/ breezy/ commands. py", line 782, in run
return class_run(*args, **kwargs)
File "/usr/lib/python3/ dist-packages/ breezy/ plugins/ fastimport/ cmds.py" , line 315, in run
return _run(source, generic_processor. GenericProcesso r,
File "/usr/lib/python3/ dist-packages/ breezy/ plugins/ fastimport/ cmds.py" , line 46, in _run
return proc.process(p.iter_ commands)
File "/usr/lib/python3/ dist-packages/ breezy/ plugins/ fastimport/ processors/ generic_ processor. py", line 277, in process
super(GenericProcesso r, self)._ process( command_ iter)
File "/usr/lib/python3/ dist-packages/ fastimport/ processor. py", line 79, in _process
for cmd in command_iter():
File "/usr/lib/python3/ dist-packages/ fastimport/ parser. py", line 296, in iter_commands
elif len(line) == 0 or line.startswith(b'#'):
TypeError: startswith first arg must be str or a tuple of str, not bytes
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)