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

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