Skip to content
Snippets Groups Projects
Select Git revision
  • 8ee4f92893e5587968c0a69e08af1a87a21a668d
  • master default protected
  • devel
  • hruska-feature-clients-api
  • malostik-#5066-deduplicate-idea-ids
  • warden-postgresql-port
  • hruska-feature-#6799-filter-keys
  • hruska-feature-5066-duplicateIdeaID
  • warden-client-3.0-beta3
  • warden-server-3.0-beta3
  • warden-client-2.2-final
  • warden-server-2.2-final
  • warden-client-3.0-beta2
  • warden-server-3.0-beta2
  • warden-client-2.2
  • warden-server-2.2-patch3
  • warden-client-3.0-beta1
  • warden-server-3.0-beta1
  • warden-server-2.2-patch1
  • warden-client-3.0-beta0
  • warden-server-3.0-beta0
  • warden-server-2.2
  • warden-server-2.1-patch1
  • warden-client-2.1
  • warden-server-2.1
  • warden-server-2.1-beta6
  • warden-server-2.1-beta5
  • warden-server-2.1-beta4
28 results

show_hide.html

Blame
  • make.sh 829 B
    #!/bin/bash -x
    
    cat > /etc/apt/sources.list << EOSOURCES
    deb http://ftp.zcu.cz/pub/linux/debian bullseye main contrib non-free
    deb http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free
    deb http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free
    
    deb-src http://ftp.zcu.cz/pub/linux/debian bullseye main contrib non-free
    deb-src http://ftp.zcu.cz/pub/linux/debian bullseye-updates main contrib non-free
    deb-src http://ftp.zcu.cz/pub/linux/debian-security bullseye-security main contrib non-free
    EOSOURCES
    
    apt update -qqq
    apt install git ca-certificates build-essential heimdal-dev debhelper automake autoconf libtool pkg-config --no-install-recommends -qqq -y
    
    git clone https://github.com/cesnet/krb525
    
    cd krb525
    
    dpkg-buildpackage -uc -us -b
    
    cd ..
    mkdir build
    mv *.deb build/