aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit/submit-git.bash.in
AgeCommit message (Collapse)AuthorFilesLines
2022-04-04Fix submit-pub handler to deny submission of older package version revisionKaren Arutyunov1-15/+0
2022-04-04Fix submit-git handler to deny submission of older package version revisionKaren Arutyunov1-3/+50
2021-08-24Make submit-git handler to provide additional info if control URL matches ↵Karen Arutyunov1-9/+42
case-insensitively
2021-02-26Convert bash functions that return arrays to comply with Bash Style GuideKaren Arutyunov1-2/+1
2020-11-17Adapt to bpkg_util_pkg_find_archive() result fields reorderKaren Arutyunov1-3/+3
2020-09-24Fix submission handler issues arising due to package archive name ambiguityKaren Arutyunov1-6/+11
Now we take into account the fact that the foo-bar-1.0.tar.gz archive may contain either foo-bar/1.0 or foo/bar-1.0 package.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-03Make submit-git handler to authorize package owner without regards to ↵Karen Arutyunov1-2/+4
potential .git extension in control repository URL
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-09-01Add ci-loadKaren Arutyunov1-7/+4
2018-08-28Fix submit-git to respond with 422 (client) error if fail to git-clone ↵Karen Arutyunov1-7/+15
control URL
2018-08-28Always serialize reference submit result manifest value if available and ↵Karen Arutyunov1-0/+334
restructure handlers dir