archlinuxcn / lilac

Lilac is the build bot for archlinuxcn
GNU General Public License v3.0
115 stars 40 forks source link

无法通过参数指定只构建新的包 #46

Closed petronny closed 7 years ago

petronny commented 7 years ago

比如我添加了一个新的包a到repo, 然后lilac a 会报错unknown packages: {'a'} 其实是因为 No such file or directory: repodir+'/a' 理论上说只要先git pull就好了...

lilydjwg commented 7 years ago

那你 git pull 一下就好了嘛。指定包名本来就是手动构建指定包的,所以手动准备好工作区。

petronny commented 7 years ago

呃也有道理