summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-20 17:21:43 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-20 17:21:43 -0500
commit448f6fd2aa56e38cfddc9788d6fe2196b97c8daf (patch)
tree068ca9d32ab3d94c7203f5da1e561e603cf92e04
parent401870ca3450fcf1dd84513d7c8b6aade74bd500 (diff)
db-import-archlinux-src: Remove dead code.
-rwxr-xr-xdb-import-archlinux-src26
1 files changed, 0 insertions, 26 deletions
diff --git a/db-import-archlinux-src b/db-import-archlinux-src
index 8dbb744..ad4e4d4 100755
--- a/db-import-archlinux-src
+++ b/db-import-archlinux-src
@@ -73,31 +73,6 @@ function sync_abs_libre() {
printf "[OK]\n"
}
-# This part is very hacky and particular to the current setup :P
-sync_pre_mips64el() {
- pushd /home/fauno/Repos/abslibre-pre-mips64el >/dev/null
-
- sudo -u fauno sh -c "
- rsync ${SYNCARGS} \
- --exclude=.git* \
- --exclude=community-staging \
- --exclude=community-testing \
- --exclude=gnome-unstable \
- --exclude=kde-unstable \
- --exclude=multilib \
- --exclude=multilib-testing \
- --exclude=multilib-staging \
- --exclude=staging \
- --exclude=testing \
- ${ABSLIBRE}/x86_64/ \
- /home/fauno/Repos/abslibre-pre-mips64el/ &&
- git add . &&
- git commit -m \"$(date)\" -a
- git push origin master
- git gc
- "
-}
-
# Create .abs.tar.gz tarballs
create_tarballs() {
for repo in ${ABSLIBRE}/{i686,x86_64}/*; do
@@ -119,5 +94,4 @@ create_tarballs() {
sync_abs
get_blacklist
sync_abs_libre
-#sync_pre_mips64el
create_tarballs