[Kde-scm-interest] [PATCH] scripty draft 1

Albert Astals Cid aacid at kde.org
Fri May 29 00:50:36 CEST 2009


A Dimarts, 26 de maig de 2009, Chani va escriure:
> > I'd say there's no need for pull or rebase.
> >
> > You should do this:
> > git fetch $REPOSITORY
>
> any reason for fetch instead of pull?
>
> > git clean -x -d -f
> > git reset --hard $REPOSITORY/$BRANCH
> > [ apply changes ]
> > git commit -m "Scripty changes" -a
> > git push $REPOSITORY $BRANCH
> >
> > If the push fails, discard work and try again next time.
>
> hrm. but I've been told that scripty takes 13-17 hours to run. what are the
> chances that a push will succeed 13 hours after the fetch/pull? (I guess it
> depends on how many desktop files there are and how often people change
> them?)

It's run daily, if today fails, let's try tomorrow, shouldn't be that much of 
a problem.

Albert


More information about the Kde-scm-interest mailing list