summaryrefslogtreecommitdiff
path: root/db-import-archlinux-src
AgeCommit message (Collapse)Author
2017-01-20db-import-archlinux-src: FixoLuke Shumaker
The first issue is a typo from last commit. But I went ahead and tidied the formatting around it. The second is that create_tarballs() errored out if a repo doesn't contain any arch=(any) packages. The third is that it assumed that ABSLIBRE_ROOT and ABS_ROOT already exist.
2017-01-20Fix: `libreblacklist get-pkg` requires the full blacklist on stdin.Luke Shumaker
2017-01-20db-import-archlinux-src: Move configuration into conf files.Luke Shumaker
2017-01-20db-import-archlinux-src: Tidy config variable names.Luke Shumaker
2017-01-20db-import-archlinux-src: Tidy the config section at the beginning.Luke Shumaker
2017-01-20db-import-archlinux-src: Better tmp file management.Luke Shumaker
2017-01-20db-import-archlinux-src: Fail on both i686 and x86_64, not just x86_64.Luke Shumaker
The overly-clever control flow operators in sync_abs_libre() [I believe mistakenly] only had the function fail if the _last_ iteration of the loop failed, rather than any iteration.
2017-01-20db-import-archlinux-src: Remove dead code.Luke Shumaker
2017-01-17Switch to use libreblacklist.Luke Shumaker
2016-04-17switch up the naming schem for the import scriptsLuke Shumaker