File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Optional argument CONTENTS is used for nested directives. e.g. development."
206206
207207(eask-start
208208 ; ; Preparation
209- (eask-with-archives `(" jcs-elpa " " melpa" )
209+ (eask-with-archives `(" gnu " " melpa" " jcs-elpa " )
210210 (eask-package-install 'package-build )
211211 (eask-package-install 'cask ))
212212
Original file line number Diff line number Diff line change 5252
5353(eask-start
5454 ; ; Preparation
55- (eask-with-archives " melpa"
55+ (eask-with-archives '( " gnu " " melpa" )
5656 (eask-package-install 'elisp-lint ))
5757 (setq eask--elisp-lint-version (eask-package--version-string 'elisp-lint ))
5858
Original file line number Diff line number Diff line change 6060
6161(eask-start
6262 ; ; Preparation
63- (eask-with-archives " melpa"
63+ (eask-with-archives '( " gnu " " melpa" )
6464 (eask-package-install 'elsa ))
6565 (setq eask--elsa-version (eask-package--version-string 'elsa ))
6666
Original file line number Diff line number Diff line change 5555
5656(eask-start
5757 ; ; Preparation
58- (eask-with-archives " melpa"
58+ (eask-with-archives '( " gnu " " melpa" )
5959 (eask-package-install 'package-lint ))
6060 (setq eask--package-lint-version (eask-package--version-string 'package-lint ))
6161
Original file line number Diff line number Diff line change 2020 (when (= eask-verbosity 4 ) (setq ert-runner-verbose t ))))
2121
2222(eask-start
23- (eask-with-archives " melpa"
23+ (eask-with-archives '( " gnu " " melpa" )
2424 (eask-package-install 'ert-runner ))
2525 (require 'ert-runner ))
2626
Original file line number Diff line number Diff line change 3030
3131(eask-start
3232 ; ; Preparation
33- (eask-with-archives " melpa"
33+ (eask-with-archives '( " gnu " " melpa" )
3434 (eask-package-install 'package-lint )
3535 (eask-package-install 'pkg-info ))
3636 ; ; Start test
You can’t perform that action at this time.
0 commit comments