summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-25revert changes on configAndré Fabian Silva Delgado
* fix package extension on PKGEXT variable, because it's generating a bug (e.g. "ERROR Package... already exists in another repository") on all the packages that are being uploaded to the staging folder.
2014-06-24db-update: get the list of repos the same way as upstream ArchLuke Shumaker
The largest advantage of this is that it implicitly ignores directories we don't want to consider repos.
2014-06-24fooLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-18db-move: fix some quotingLuke Shumaker
2014-06-18Remove useless READMELuke Shumaker
2014-06-18cleanup:Luke Shumaker
- move some config into config.local.* - `mv createrepos db-init` - `mv {,db-}check-package-libraries.py` - `mv `list_nonfree_in_db.py db-list-nonfree.py` - `rm abslibre`: To be replaced by XBS+update abs tarballs script - `rm create-repo mkrepo`: Both did the same thing, just fancy `mkdir` - `rm `testing2x`: Just use db-move.
2014-06-18remove db-cleanup in favor of ftpdir-cleanupLuke Shumaker
2014-06-18clean up configLuke Shumaker
2014-06-18sourceballs: fix quoted arrayLuke Shumaker
2014-06-18rm cron-jobs/repo-sanity-checkLuke Shumaker
This was the last program using SVNREPO. Also, I want to do better than this.
2014-06-18clean up cron-jobs/sourceballs*Luke Shumaker
2014-06-18Remove db-sync and friends. Simplify the config accordinglyLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-18db-move: Remove code to handle the pre-pkgpool days.Luke Shumaker
2014-06-18db-functions: update ${FTP_DIR}/lastupdate when we modify the repo.Luke Shumaker
Of course, this only works for things that use db-functions, so db-sync won't touch it.
2014-06-18sourceballs: Only show makepkg output on errors.Luke Shumaker
Also, set SRCPKGDEST.
2014-06-18remove extra whitespaceLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
Conflicts: cron-jobs/sourceballs db-functions
2014-06-18oopsLuke Shumaker
2014-06-18db-funtions:check_splitpkgs(): use printf instead of a loopLuke Shumaker
2014-06-18sourceballs: (from Arch): create the workdir with mode 0770Luke Shumaker
2014-06-18cron-jobs/repo-sanity-check: re-arrange redirectorys to be more clearLuke Shumaker
2014-06-18db-cleanup: delete symlinks in one passLuke Shumaker
2014-06-18db-cleanup: clarify messageLuke Shumaker
2014-06-18db-cleanup: obey TMPDIRLuke Shumaker
2014-06-18more quoting fixesLuke Shumaker
2014-06-18db-functions:check_repo_permissions: ARCHES is an arrayLuke Shumaker
2014-06-18oopsLuke Shumaker
2014-06-18silly whitespace and similar fidlingLuke Shumaker
2014-06-18use mv_aclLuke Shumaker
2014-06-18Merge branch 'master' into lukeshu/xbsLuke Shumaker
Conflicts: any-to-ours create-repo cron-jobs/ftpdir-cleanup cron-jobs/repo-sanity-check cron-jobs/sourceballs cron-jobs/sourceballs2 db-check-nonfree db-cleanup db-functions db-move db-remove db-sync db-update libremessages testing2x
2014-06-18create-repo: get rid of old staging logicLuke Shumaker
2014-06-18Use printf formatters instead of string interpolation.Luke Shumaker
I used this command to find them: egrep -r --exclude-dir={test,.git} '(plain|msg|msg2|warning|error|stat_busy|stat_done|abort|die)\s+"?[^"]*\$'
2014-06-18More quoting fixesLuke Shumaker
2014-06-18use abort() and die() from librelibLuke Shumaker
2014-06-18Clean up quoting.Luke Shumaker
2014-06-18use tab indentLuke Shumaker
2014-06-18use tab indentLuke Shumaker
2014-06-18more quoting an printf fixesLuke Shumaker
2014-06-18The eval+printf %q thing wasn't worth the hard-to-read codeLuke Shumaker
2014-06-18db-functions: line repetitive things upLuke Shumaker
2014-06-18Remember commit fb93f14? Use librelib instead.Luke Shumaker
2014-06-18more quoting and printf fixesLuke Shumaker
2014-06-18cron-jobs/update-abs-tarbals: quote, remove unnescessary exitLuke Shumaker
2014-06-18use += when possibleLuke Shumaker
2014-06-18Use printf-formatters when possible (incomplete)Luke Shumaker
2014-06-18db-cleanup: fix dryrun support, and obey TMPDIRLuke Shumaker
2014-06-17Merge branch 'master' into lukeshu/xbsLuke Shumaker
Conflicts: cron-jobs/update-web-db
2014-06-17remove more scripts that I know to be obsoleteLuke Shumaker