1. 17 May, 2021 8 commits
  2. 14 May, 2021 1 commit
  3. 12 May, 2021 3 commits
  4. 11 May, 2021 2 commits
  5. 10 May, 2021 1 commit
  6. 04 May, 2021 1 commit
    • Anton Midyukov's avatar
      desktop+regular: replace fuse-exfat to exfatprogs · f4811470
      Anton Midyukov authored
      As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is
      created as an official userspace utilities that contain all of the standard
      utilities for creating and fixing and debugging exfat filesystem in linux
      system.
      std-def kernel in Sisyphus 5.10.
      f4811470
  7. 30 Apr, 2021 1 commit
  8. 29 Apr, 2021 5 commits
    • Anton Midyukov's avatar
      reports.mk: generate targets.svgz instead targets.png · f9ef0e95
      Anton Midyukov authored
      SVGZ is more than a hundred times smaller than PNG.
      a
      f9ef0e95
    • Michael Shigorin's avatar
      reports.mk: provide bashism with bash · 1d8b9f49
      Michael Shigorin authored
      Wrote that it's a bashism myself and neglected
      to specify the proper shell, sigh.
      
      This SHELL manipulation could ruin tracing
      piggybacked onto it within lib/report.mk
      but it's too late at this stage anyways.
      1d8b9f49
    • Michael Shigorin's avatar
      reports.mk: use process substitution to dedup · 6f584cdc
      Michael Shigorin authored
      The first half of both pipes was clearly a copy-pasted
      initial logfile processing; the file can be of considerable
      size (e.g. several megabytes) so it might be slightly more
      efficient and cool (but a bit more arcane) to use bash(1)'s
      process substitution along with good ol' tee(1) like this:
      
      $ echo -e '1\n2\n3' |tee /dev/stderr 2> >(grep 2 >STDERR) |grep 1 >STDOUT
      $ head STD*
      ==> STDERR <==
      2
      
      ==> STDOUT <==
      1
      6f584cdc
    • Michael Shigorin's avatar
      reports.mk: streamline basedir(1) equivalent · 4c701def
      Michael Shigorin authored
      That "clever hack" with two rev(1) invocations
      seems pretty stupid to me: too much processes
      and processing instead of simple prefix removal.
      
      One can also have that as ${var##*/} when dealing
      with a shell variable and avoiding extra forks, BTW.
      4c701def
    • Michael Shigorin's avatar
      reports.mk: factor out reports/packages · 4a419e6b
      Michael Shigorin authored
      ..making it fit 80 columns while at that
      to avoid horizontal spaghetti code.
      4a419e6b
  9. 28 Apr, 2021 14 commits
  10. 26 Apr, 2021 4 commits
    • Anton Midyukov's avatar
      gear-store-tags · 574c8e84
      Anton Midyukov authored
      574c8e84
    • Anton Midyukov's avatar
      1.4.10-alt1 · e75236ef
      Anton Midyukov authored
      - build propagator and copy kernel in mkimage-profiles
      - copy kernel to boot/ directory on iso image
      - multiple kernels support for iso with grub
      - add support initrd.img instead full.cz in stage1 with grub, syslinux
      - use method:cdrom,fuid instead method:disk,uuid in uuid-iso feature
        (thanks jqt4@)
      - vmguest: Drop virtualbox-addition kernel modules
      - fix make distclean
      - reports.mk: Generate rpm and srpms lists
      - add hdt for grub-pc (floppy disk image)
      - add items boot with local drive for grub-pc (iso)
      - oem: use/deflogin/root
      - add switch sddm|lightdm for kde5
      - education 9.2 beta
      e75236ef
    • Andrey Cherepanov's avatar
      education: set version 9.2beta · bef8e559
      Andrey Cherepanov authored
      bef8e559
    • Andrey Cherepanov's avatar
      education: remove nextcloud-client · e1ac189e
      Andrey Cherepanov authored
      e1ac189e