summaryrefslogtreecommitdiff
path: root/git-interface/git-update.py
AgeCommit message (Expand)Author
2016-10-08Reorganize Git interface scriptsLukas Fleischer
2016-09-29Use setuptools to install Python modulesLukas Fleischer
2016-09-29git-update: Move entry point to a main() methodLukas Fleischer
2016-08-22git-update: Do not overwrite the repo variableLukas Fleischer
2016-08-22git-update: Close cursor before closing databaseLukas Fleischer
2016-08-10Lazy-add new package basesLukas Fleischer
2016-08-05git-update: Remove package details before updatingLukas Fleischer
2016-08-05git-interface: Do not use UNIX_TIMESTAMPLukas Fleischer
2016-08-05git-interface: Do not use rowcountLukas Fleischer
2016-08-05git-interface: Factor out configuration file parsingLukas Fleischer
2016-08-05git-interface: Add database abstraction layerLukas Fleischer
2016-08-05git-update: Make maximum blob size configurableLukas Fleischer
2016-08-05git-update: Use AUR_PRIVILEGED for forced pushesLukas Fleischer
2016-08-05git-update: Fix some issues reported by pyflakesLukas Fleischer
2016-08-04git-update: Notify privileged users of forced uploadsLukas Fleischer
2016-05-18Use the official provider list to detect duplicatesLukas Fleischer
2016-02-07Add support for package update notificationsLukas Fleischer
2016-02-07Rename the CommentNotify table to PackageNotificationsLukas Fleischer
2016-02-07git-update: Replace aurinfo.py with python-srcinfoJohannes Löthberg
2016-02-06Fix issues reported by pyflakesLukas Fleischer
2015-10-03Do not show ".SRCINFO unchanged" warning on restoreLukas Fleischer
2015-09-29Show a warning if .SRCINFO is unchangedLukas Fleischer
2015-09-16git-update: Use proper stop value for sliceLukas Fleischer
2015-08-16Add a restore command to the SSH interfaceLukas Fleischer
2015-08-14git-update: Add commentsLukas Fleischer
2015-08-14git-update: Remove superfluous assignmentLukas Fleischer
2015-08-14git-update: Move blacklist reading further downLukas Fleischer
2015-07-16git-update: Error out if PKGBUILD is missingLukas Fleischer
2015-07-04git-update: Fix error when printing SRCINFO errorsJohannes Löthberg
2015-06-27git-update: Improve error message on invalid pkgbaseLukas Fleischer
2015-06-27git-update: Allow privileged users to bypass blacklistJohannes Löthberg
2015-06-27git: Use .format everywhere instead of %Johannes Löthberg
2015-06-20Make url and pkgdesc fields optionalJohannes Löthberg
2015-06-20git-update: Remove regex matching of URLJohannes Löthberg
2015-06-14git-update: Fix parsing of versioned optdependsLukas Fleischer
2015-06-11git-update: Allow non-fast-forwards for TUsLukas Fleischer
2015-06-11git-update: Deny non-fast-forwardsLukas Fleischer
2015-06-11Do not use symrefs for manually created Git refsLukas Fleischer
2015-06-08git-update: Avoid duplicate notificationsLukas Fleischer
2015-06-08git-update: Drop writing git description fileJohannes Löthberg
2015-06-08git-update: Improve error message for non-blob objectsLukas Fleischer
2015-06-08Use extract_arch_fields when checking for source filesJohannes Löthberg
2015-06-08git-update: Increase maximum blob size to 250kBLukas Fleischer
2015-06-04git-update: Prevent from overwriting packagesLukas Fleischer
2015-06-04git-update: Only check HEAD for blacklisted packagesLukas Fleischer
2015-06-04git-update: Only check HEAD for matching pkgbaseLukas Fleischer
2015-06-02Restructure scriptsLukas Fleischer