Skip to content

Commit 031cb77

Browse files
authoredOct 29, 2019
Revert "Namespace channel pushes in nixpkgs"
1 parent 1856e2b commit 031cb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mirror-nixos-branch.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ sub fetch {
226226
# Update the nixos-* branch in the nixpkgs repo. Also update the
227227
# nixpkgs-channels repo for compatibility.
228228
system("git remote update origin >&2") == 0 or die;
229-
system("git push origin $rev:refs/heads/channels/$channelName >&2") == 0 or die;
229+
system("git push origin $rev:refs/heads/$channelName >&2") == 0 or die;
230230
system("git push channels $rev:refs/heads/$channelName >&2") == 0 or die;
231231

232232
flock($lockfile, LOCK_UN) or die "cannot release channels lock\n";

0 commit comments

Comments
 (0)
Please sign in to comment.