このコミットが含まれているのは:
Bandie 2018-03-29 05:01:58 +02:00
コミット 628a8ef792
署名者: Bandie
GPGキーID: C1E133BC65A822DD
4個のファイルの変更8行の追加2行の削除

2
.travis.yml ノーマルファイル
ファイルの表示

@ -0,0 +1,2 @@
language: C
sudo: enabled

ファイルの表示

@ -24,3 +24,6 @@ uninstall:
clean:
rm bin/grub2-se-verifyserv
rmdir bin
test:
@printf "What to test?"

ファイルの表示

@ -1,5 +1,4 @@
# grub2-se-verifyserv
# grub2-se-verifyserv [![Build Status](https://travis-ci.org/Bandie/grub2-se-verifyserv.svg?branch=master)](https://travis-ci.org/Bandie/grub2-se-verifyserv)
## Purpose
After a kernel upgrade you may forgot to sign your kernel using the [grub2-signing-extension scripts](https://github.com/Bandie/grub2-signing-extension) again.

2
configure vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,2 @@
#!/bin/bash
echo "This does nothing. Run make instead."