mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2019-06-09 01b1e08a62a1e7a1976ceec2edf3a488ab48c928
commit | author | age
01b1e0 1 #!/bin/bash
C 2
3 BUILDDIR=$(dirname "$(realpath $0)")
4 cd $BUILDDIR
5
6 docker run -ti -w /build -v $BUILDDIR/repo:/build joeleg/archbuild ./build.sh
7 # git add repo/x86_64
8 # git commit -m "'date =%d/%m/%y-%H:%M'"
9 # git push