Skip to content
  1. Nov 20, 2024
  2. Nov 19, 2024
  3. Oct 26, 2024
  4. Oct 03, 2024
    • Baptiste Beauplat's avatar
    • Otto Kekäläinen's avatar
      Update pot and po files to include new text from previous commit · 0d688c18
      Otto Kekäläinen authored
      This needs to be in the same Merge Request to avoid CI failing.
      
      Result of running commands:
      
          podman run --interactive --network host --tty --rm --shm-size=1G --volume=$PWD:/tmp/test --workdir=/tmp/test debian:sid bash
          apt update && apt install -y gettext python3-debian python3-debianbts python3-django-celery-beat python3-djangorestframework python3-dulwich
          (cd debexpo && python3 ../manage.py makemessages --all --keep-pot)
          find debexpo -name '*.po' | while read po; do set -e; msgcmp --use-fuzzy --use-untranslated "${po}" "$(echo "${po}" | rev | cut -d / -f 4- | rev)/django.pot"; done
      0d688c18
    • Otto Kekäläinen's avatar
      Add a minimal mention about Salsa and Salsa CI · 260a1a5c
      Otto Kekäläinen authored
      Before this neither the introduction for maintainers -page nor the Q&A-page
      had any mention of Salsa or Salsa CI, which are very useful for new
      contributors to Debian. Add a minimal mention to start somewhere. The
      contents can be overhauled in later commits.
      260a1a5c
  5. Sep 19, 2024
  6. Jul 19, 2024
  7. Jul 08, 2024
  8. Jun 18, 2024
  9. Jun 15, 2024
Loading