Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163700
D3078.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
919 B
Subscribers
None
D3078.diff
View Options
diff --git a/bin/debpkg-bootstrap-branches b/bin/debpkg-bootstrap-branches
old mode 100755
new mode 100644
--- a/bin/debpkg-bootstrap-branches
+++ b/bin/debpkg-bootstrap-branches
@@ -95,12 +95,12 @@
git add debian
git commit --no-verify -m "Updated debian directory for version 0.0.1"
-git checkout -b debian/stretch-swh
-faketime "${author_date}" dch --bpo -D stretch-swh --force-distribution ''
+git checkout -b debian/buster-swh
+faketime "${author_date}" dch --bpo -D buster-swh --force-distribution ''
git add debian/changelog
-sed -i s/unstable/stretch/ debian/gbp.conf
+sed -i s/unstable/buster/ debian/gbp.conf
git add debian/gbp.conf
-git commit --no-verify -m "Updated debian stretch backport directory for version 0.0.1"
+git commit --no-verify -m "Updated debian buster backport directory for version ${firstver}"
for tag in `git tag -l --sort=v:refname v\* | tail -n +2`; do
version=${tag/v/}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 1:33 PM (1 w, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3227420
Attached To
D3078: Update debpkg-bootstrap-branches script
Event Timeline
Log In to Comment