summaryrefslogtreecommitdiffstats
path: root/git-interface/git-update.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-06git-update: Replace aurinfo.py with python-srcinfonew-srcinfo-parserJohannes Löthberg1-17/+16
2016-02-06Fix issues reported by pyflakesLukas Fleischer1-12/+25
2015-10-03Do not show ".SRCINFO unchanged" warning on restoreLukas Fleischer1-1/+1
2015-09-29Show a warning if .SRCINFO is unchangedLukas Fleischer1-0/+10
2015-09-16git-update: Use proper stop value for sliceLukas Fleischer1-1/+1
2015-08-16Add a restore command to the SSH interfaceLukas Fleischer1-9/+12
2015-08-14git-update: Add commentsLukas Fleischer1-0/+5
2015-08-14git-update: Remove superfluous assignmentLukas Fleischer1-1/+0
2015-08-14git-update: Move blacklist reading further downLukas Fleischer1-3/+3
2015-07-16git-update: Error out if PKGBUILD is missingLukas Fleischer1-2/+3
2015-07-04git-update: Fix error when printing SRCINFO errorsJohannes Löthberg1-1/+1
2015-06-27git-update: Improve error message on invalid pkgbaseLukas Fleischer1-1/+1
2015-06-27git-update: Allow privileged users to bypass blacklistJohannes Löthberg1-1/+2
2015-06-27git: Use .format everywhere instead of %Johannes Löthberg1-25/+25
2015-06-20Make url and pkgdesc fields optionalJohannes Löthberg1-2/+6
2015-06-20git-update: Remove regex matching of URLJohannes Löthberg1-3/+0
2015-06-14git-update: Fix parsing of versioned optdependsLukas Fleischer1-4/+12
2015-06-11git-update: Allow non-fast-forwards for TUsLukas Fleischer1-6/+9
2015-06-11git-update: Deny non-fast-forwardsLukas Fleischer1-0/+9
2015-06-11Do not use symrefs for manually created Git refsLukas Fleischer1-0/+10
2015-06-08git-update: Avoid duplicate notificationsLukas Fleischer1-2/+6
2015-06-08git-update: Drop writing git description fileJohannes Löthberg1-6/+0
2015-06-08git-update: Improve error message for non-blob objectsLukas Fleischer1-1/+10
2015-06-08Use extract_arch_fields when checking for source filesJohannes Löthberg1-1/+2
2015-06-08git-update: Increase maximum blob size to 250kBLukas Fleischer1-2/+2
2015-06-04git-update: Prevent from overwriting packagesLukas Fleischer1-1/+11
2015-06-04git-update: Only check HEAD for blacklisted packagesLukas Fleischer1-4/+6
2015-06-04git-update: Only check HEAD for matching pkgbaseLukas Fleischer1-1/+6
2015-06-02Restructure scriptsLukas Fleischer1-0/+262